We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a44f00 commit 3bca09dCopy full SHA for 3bca09d
src/sweep.rs
@@ -272,7 +272,7 @@ where
272
};
273
if should_broadcast {
274
let output_descriptors = vec![output_info.descriptor.clone()];
275
- match self.get_spending_tx(&output_descriptors) {
+ match self.get_spending_tx(&output_descriptors, height) {
276
Ok(Some(spending_tx)) => {
277
self.wallet.broadcast_transactions(&[&spending_tx]);
278
if let Some(filter) = self.chain_source.as_ref() {
0 commit comments