db: update docstring for spend_coins
This commit is contained in:
parent
c492c51f26
commit
36e04edc82
@ -487,7 +487,7 @@ impl SqliteConn {
|
|||||||
.expect("Database must be available")
|
.expect("Database must be available")
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Mark a set of coins as spent.
|
/// Mark a set of coins as spending.
|
||||||
pub fn spend_coins<'a>(
|
pub fn spend_coins<'a>(
|
||||||
&mut self,
|
&mut self,
|
||||||
outpoints: impl IntoIterator<Item = &'a (bitcoin::OutPoint, bitcoin::Txid)>,
|
outpoints: impl IntoIterator<Item = &'a (bitcoin::OutPoint, bitcoin::Txid)>,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user