Debug message for _fundTxElectrum

This commit is contained in:
gerlofvanek
2026-01-31 11:42:11 +01:00
parent 44c77f162b
commit a456a15b8d

View File

@@ -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