mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-09-11 21:20:39 +02:00
677 B
677 B
-
Mempool RPCs (
getrawmempool,getmempoolentry,testmempoolaccept,submitpackage) now include an additional fieldvsize_adjusted(which is the sigop-adjusted virtual size used for policy) andvsize_bip141(which represents the raw BIP141 virtual size). Whilevsizeis marked as DEPRECATED, it was previously erroneously described as the BIP 141 vsize, but is actually sigops-adjusted vsize. Usevsize_bip141to actually get that behavior or switch to the explicitvsize_adjustedfor retained behavior. -
getrawtransactionRPC now includes an additional fieldvsize_adjusted, which is the sigop-adjusted virtual size if the transaction is in the mempool.