diff --git a/src/bitcoin/mod.rs b/src/bitcoin/mod.rs index e767321a..f9369d0e 100644 --- a/src/bitcoin/mod.rs +++ b/src/bitcoin/mod.rs @@ -293,6 +293,8 @@ impl BitcoinInterface for d::BitcoinD { Conflict::Dropped }) .or_else(|| { + // If the coin is actually being spent, but by another transaction, it + // will just be set at the next poll in `spending_coins()`. if self.is_in_mempool(txid) { Some(Conflict::Dropped) } else {