Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
batconjurer committed Mar 26, 2024
1 parent 2ff5945 commit 3916f12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/apps/src/lib/node/ledger/shell/testing/node.rs
Original file line number Diff line number Diff line change
Expand Up @@ -798,7 +798,7 @@ impl<'a> Client for &'a MockNode {
}
// TODO: Figure out why this is necessary and fix it properly
// TODO: causes `implicit_account_reveal_pk` and
// `ledger_txs_and_queries` TODO: to fail if absent.
// TODO: `ledger_txs_and_queries` to fail if absent.
std::thread::sleep(std::time::Duration::from_secs(2));

Check warning on line 802 in crates/apps/src/lib/node/ledger/shell/testing/node.rs

View check run for this annotation

Codecov / codecov/patch

crates/apps/src/lib/node/ledger/shell/testing/node.rs#L799-L802

Added lines #L799 - L802 were not covered by tests
let (proposer_address, _) = self.prepare_request();
let req = RequestPrepareProposal {
Expand Down

0 comments on commit 3916f12

Please sign in to comment.