Minor speedup for coins.String(), to reduce allocations for this. This did appear in benchmarks for how long our tests take. (Its 25% of the SendCoins time, which itself can be a lot depending on the test)
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
What is the purpose of the change
Minor speedup for coins.String(), to reduce allocations for this. This did appear in benchmarks for how long our tests take. (Its 25% of the SendCoins time, which itself can be a lot depending on the test)