mirror of
https://github.com/basicswap/basicswap.git
synced 2026-04-08 18:37:23 +02:00
Debug message for _fundTxElectrum
This commit is contained in:
@@ -1922,6 +1922,12 @@ class BTCInterface(Secp256k1Interface):
|
||||
f"selected={len(selected_utxos)}, input={total_input}, output={total_output}, "
|
||||
f"fee={final_fee}, change={change}"
|
||||
)
|
||||
self._log.info_s(
|
||||
"_fundTxElectrum tx amount, vsize, feerate: %ld, %ld, %ld",
|
||||
total_output,
|
||||
final_vsize,
|
||||
fee_per_vbyte,
|
||||
)
|
||||
|
||||
return tx_serialized
|
||||
|
||||
|
||||
Reference in New Issue
Block a user