Bug Fixes
-
Fix: Reject
bumpfeeon transactions containing asset outputs
Transactions with asset outputs (TRANSFER_ASSET,NEW_ASSET,REISSUE_ASSET) can no longer be fee-bumped viabumpfeeorpsbtbumpfee. Previously, the fee bumping process would silently strip asset data from outputs, resulting in loss of assets. Usecancelrawtransactionand rebroadcast instead. -
Fix: Allow AVN payment and asset transfer to the same address in one transaction
sendrawtransaction/createrawtransactionno longer incorrectly rejects outputs when an AVN payment and an asset transfer are sent to the same address in a single transaction. Previously this raised a false "duplicate destination" error or silently read the wrong output value.