-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Exclude spent outputs from remote staking balance #1000
Exclude spent outputs from remote staking balance #1000
Conversation
Signed-off-by: Dmitry Saveliev <dima@thirdhash.com>
Signed-off-by: Dmitry Saveliev <dima@thirdhash.com>
4ff26fc
to
fdfee06
Compare
Signed-off-by: Dmitry Saveliev <dima@thirdhash.com>
Signed-off-by: Dmitry Saveliev <dima@thirdhash.com>
dcc362a
to
b9058ad
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM except for few small nits.
316e45d
to
9223184
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
utACK 9223184
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
utACK 9223184
Fixes #843
At the moment,
WalletExtension::GetRemoteStakingBalance
counts every output in remote staking coinbase and shows incorrect data ingetwalletinfo
response.This change excludes spent outputs from remote staking balance.
Signed-off-by: Dmitry Saveliev dima@thirdhash.com