You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
95c4740 getblockstats: Consider ct_fee as tx fee if available (Zannick)
Pull request description:
Current implementation always performs a subtraction `ins - outs` to calculate fee, which is only correct for basecoin-to-basecoin, and results in zerocoin spends appearing as the fee. CT/RingCT and Zerocoin Minting/Spending include a ct_fee output that we can use (ZC spends have a ct_fee of 0 but at least that lets us skip the subtraction).
Tree-SHA512: df1c7b2ee500f011280cab73a79de2bcaf9e861a3fe60860be00f5eec7ea7952b285d571338778311598d573191088daff1dc2f9562d227602dee9964dc3edd6
0 commit comments