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
Describe the bug
Transaction for registerring a candidate can't be persisted in block because default MaxBlockSystemFee in DBFTPlugin is not enough.
To Reproduce
Steps to reproduce the behavior:
Run a single CN and register another address for candidate
Expected behavior
Tx will not be processed by consensus but always in mempool as verified state. A issue from #688, maybe can increase it to 300000000000.
The text was updated successfully, but these errors were encountered:
Describe the bug
Transaction for registerring a candidate can't be persisted in block because default MaxBlockSystemFee in DBFTPlugin is not enough.
To Reproduce
Steps to reproduce the behavior:
Run a single CN and register another address for candidate
Expected behavior
Tx will not be processed by consensus but always in mempool as
verified
state. A issue from #688, maybe can increase it to 300000000000.The text was updated successfully, but these errors were encountered: