ethsync: optional ipc codegen
This commit is contained in:
@@ -32,7 +32,6 @@ use state_db::StateDB;
|
||||
|
||||
use util::*;
|
||||
|
||||
#[cfg(feature = "light")]
|
||||
use util::trie::recorder::{Recorder, BasicRecorder as TrieRecorder};
|
||||
|
||||
mod account;
|
||||
@@ -764,7 +763,6 @@ impl State {
|
||||
}
|
||||
|
||||
// LES state proof implementations.
|
||||
#[cfg(feature = "light")]
|
||||
impl State {
|
||||
/// Prove an account's existence or nonexistence in the state trie.
|
||||
/// Returns a merkle proof of the account's trie node with all nodes before `from_level`
|
||||
|
||||
Reference in New Issue
Block a user