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
Every time I run the local development network, the block stop at #199. No new blocks are mined after and every transaction that I try to do when this happens raises the following error: Error: the string "1014: Priority is too low: (383246202401776 vs 383246202401776): The transaction has too low priority to replace another transaction already in the pool." was thrown, throw an Error :)
Expected Behavior
New blocks should be mined after #199 and transactions included in them.
Current Behavior
After block #199 is mined, block production stops and no new transactions can be sent.
Describe the bug
Every time I run the local development network, the block stop at #199. No new blocks are mined after and every transaction that I try to do when this happens raises the following error:
Error: the string "1014: Priority is too low: (383246202401776 vs 383246202401776): The transaction has too low priority to replace another transaction already in the pool." was thrown, throw an Error :)
Expected Behavior
New blocks should be mined after #199 and transactions included in them.
Current Behavior
After block #199 is mined, block production stops and no new transactions can be sent.
Steps to Reproduce
make run
ormake restart
Additional context
v14.15.4
macOS BigSur v 11.1
cargo run --features with-mandala-runtime -- --dev -lruntime=debug --instant-sealing
code blocks
The text was updated successfully, but these errors were encountered: