mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-04-26 23:09:03 +02:00
test: rename CTransaction .rehash()/.hash -> .txid_hex for consistency
Note that we unfortunately can't use a scripted diff here, as the same property and method name is also used for `CBlockHeader`/`CBlock` instances.
This commit is contained in:
@@ -340,7 +340,7 @@ class MiniWallet:
|
||||
if target_vsize:
|
||||
self._bulk_tx(tx, target_vsize)
|
||||
|
||||
txid = tx.rehash()
|
||||
txid = tx.txid_hex
|
||||
return {
|
||||
"new_utxos": [self._create_utxo(
|
||||
txid=txid,
|
||||
|
||||
Reference in New Issue
Block a user