dtr-org / unit-e

A digital currency for a new era of decentralized trust
https://unit-e.io
MIT License
45 stars 15 forks source link

Exclude spent outputs from remote staking balance #1000

Closed dsaveliev closed 5 years ago

dsaveliev commented 5 years ago

Fixes #843

At the moment, WalletExtension::GetRemoteStakingBalance counts every output in remote staking coinbase and shows incorrect data in getwalletinfo response. This change excludes spent outputs from remote staking balance.

Signed-off-by: Dmitry Saveliev dima@thirdhash.com