You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
Expected behavior
A brief description of what you expected to happen.
The text was updated successfully, but these errors were encountered: