We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbbdb7b commit 4f6efdcCopy full SHA for 4f6efdc
node/src/rpc/mod.rs
@@ -5,7 +5,7 @@ use std::str::FromStr;
5
use ark_ff::fields::arithmetic::InvalidBigInt;
6
use ledger::scan_state::currency::{Amount, Balance, Fee, Nonce, Slot};
7
use ledger::scan_state::transaction_logic::signed_command::SignedCommandPayload;
8
-use ledger::scan_state::transaction_logic::{self, signed_command, valid, Memo};
+use ledger::scan_state::transaction_logic::{signed_command, valid, Memo};
9
use ledger::transaction_pool::{diff, ValidCommandWithHash};
10
use ledger::Account;
11
use mina_p2p_messages::bigint::BigInt;
0 commit comments