Skip to content
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

Enhance: Adjust Validate Account Balance for Incoming Transactions Block #1403

Open
sukrawidhyawan opened this issue Dec 7, 2020 · 0 comments · May be fixed by #1404
Open

Enhance: Adjust Validate Account Balance for Incoming Transactions Block #1403

sukrawidhyawan opened this issue Dec 7, 2020 · 0 comments · May be fixed by #1404
Labels

Comments

@sukrawidhyawan
Copy link
Contributor

Description

In the current implementation, every transaction should validate through spendable balance. Should have different validation for transaction from blocks or when selecting from mempool. instead of validating spendable balance should be validated through real balance. This adjusting will avoid failed push blocks cause spendable balance, not enough.

Breakdown

  • Add parameter on validate transaction to check spendable balance or check the real balance.

Expected behavior

A brief description of what you expected to happen.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant