Skip to content

Commit e86d843

Browse files
committed
f Fix logged argument order
1 parent 0223698 commit e86d843

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wallet.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -382,8 +382,8 @@ where
382382
self.logger,
383383
"Created new transaction {} sending available on-chain funds retaining a reserve of {}sats to address {}",
384384
txid,
385-
address,
386385
cur_anchor_reserve_sats,
386+
address,
387387
);
388388
},
389389
OnchainSendType::SendAllDrainingReserve => {

0 commit comments

Comments
 (0)