From 7a16ce78b058b794e07189ecd402251c9a63d2b1 Mon Sep 17 00:00:00 2001 From: Luke Parker Date: Mon, 5 Dec 2022 13:02:19 -0500 Subject: [PATCH] Remove usage of the word "Height" in a comment --- processor/src/wallet.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,