Skip to content

Commit 4f6efdc

Browse files
author
Adrian Nagy
committed
chore: fix lint
1 parent cbbdb7b commit 4f6efdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

node/src/rpc/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ use std::str::FromStr;
55
use ark_ff::fields::arithmetic::InvalidBigInt;
66
use ledger::scan_state::currency::{Amount, Balance, Fee, Nonce, Slot};
77
use ledger::scan_state::transaction_logic::signed_command::SignedCommandPayload;
8-
use ledger::scan_state::transaction_logic::{self, signed_command, valid, Memo};
8+
use ledger::scan_state::transaction_logic::{signed_command, valid, Memo};
99
use ledger::transaction_pool::{diff, ValidCommandWithHash};
1010
use ledger::Account;
1111
use mina_p2p_messages::bigint::BigInt;

0 commit comments

Comments
 (0)