core: remove superfluous big.Int allocations
With blocks now being immutable, use big.Int values from accessor functions instead of copying their results.
Showing
Please register or sign in to comment
With blocks now being immutable, use big.Int values from accessor functions instead of copying their results.