diff --git a/processor/src/wallet.rs b/processor/src/wallet.rs index 63126912..ff9687ae 100644 --- a/processor/src/wallet.rs +++ b/processor/src/wallet.rs @@ -60,7 +60,7 @@ pub trait CoinDb { } pub struct MemCoinDb { - // Height this coin has been scanned to + // Block number of the block this coin has been scanned to scanned_block: usize, // Acknowledged block for a given canonical block acknowledged_blocks: HashMap,