db: update docstring for spend_coins

This commit is contained in:
jp1ac4 2023-09-11 14:35:06 +01:00
parent c492c51f26
commit 36e04edc82
No known key found for this signature in database
GPG Key ID: A7ACD32423568D7B

View File

@ -487,7 +487,7 @@ impl SqliteConn {
.expect("Database must be available")
}
/// Mark a set of coins as spent.
/// Mark a set of coins as spending.
pub fn spend_coins<'a>(
&mut self,
outpoints: impl IntoIterator<Item = &'a (bitcoin::OutPoint, bitcoin::Txid)>,