|
|
@@ -21,13 +21,13 @@ use crate::{
|
|
|
address::Address,
|
|
|
coin::OwnCoin,
|
|
|
constants::MERKLE_DEPTH,
|
|
|
- keypair::{Keypair, PublicKey, SecretKey},
|
|
|
+ keypair::{PublicKey, SecretKey},
|
|
|
leadcoin::LeadCoin,
|
|
|
merkle_node::MerkleNode,
|
|
|
note::{EncryptedNote, Note},
|
|
|
nullifier::Nullifier,
|
|
|
proof::{Proof, ProvingKey, VerifyingKey},
|
|
|
- schnorr::{SchnorrPublic, SchnorrSecret, Signature},
|
|
|
+ schnorr::{SchnorrSecret},
|
|
|
},
|
|
|
net::{MessageSubscription, P2p, Settings, SettingsPtr},
|
|
|
node::state::{state_transition, ProgramState, StateUpdate},
|