diff --git a/coins/monero/src/wallet/mod.rs b/coins/monero/src/wallet/mod.rs index 72f098ba..d7dff8ff 100644 --- a/coins/monero/src/wallet/mod.rs +++ b/coins/monero/src/wallet/mod.rs @@ -213,7 +213,6 @@ impl Scanner { /// When a new scanner is created, ALL saved output keys must be passed in to be secure. /// If None is passed, a modified shared key derivation is used which is immune to the burning /// bug (specifically the Guaranteed feature from Featured Addresses). - // TODO: Should this take in a DB access handle to ensure output keys are saved? pub fn from_view(pair: ViewPair, burning_bug: Option>) -> Scanner { let mut subaddresses = HashMap::new(); subaddresses.insert(pair.spend.compress(), None);