Skip to content

Commit

Permalink
rustdoc: fix outdated links
Browse files Browse the repository at this point in the history
  • Loading branch information
tzemanovic committed Sep 6, 2022
1 parent afcdb2f commit 73f736c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions apps/src/lib/node/ledger/shell/mod.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
//! The ledger shell connects the ABCI++ interface with the Anoma ledger app.
//!
//! Any changes applied before [`Shell::finalize_block`] might have to be
//! reverted, so any changes applied in the methods `Shell::prepare_proposal`
//! (ABCI++), [`Shell::process_and_decode_proposal`] must be also reverted
//! reverted, so any changes applied in the methods [`Shell::prepare_proposal`]
//! and [`Shell::process_proposal`] must be also reverted
//! (unless we can simply overwrite them in the next block).
//! More info in <https://github.com/anoma/anoma/issues/362>.
mod finalize_block;
Expand Down
2 changes: 1 addition & 1 deletion apps/src/lib/node/ledger/shell/prepare_proposal.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! Implementation of the [`PrepareProposal`] ABCI++ method for the Shell
//! Implementation of the [`RequestPrepareProposal`] ABCI++ method for the Shell
use tendermint_proto::abci::TxRecord;

Expand Down

0 comments on commit 73f736c

Please sign in to comment.