[ZK Stack] - "replacement fee too low" when deploying a new testnet #279
-
Module Affected
Rust Versionstable-x86_64-unknown-linux-gnu Operating System
Issue DescriptionRunning
Expected BehaviorThis should not fail, I guess we could have a fallback logic that intercepts the error and bumps the deployment tx fee Current BehaviorDeploying tokens fail Repository Link (if applicable)No response Additional DetailsNo response Prior Research
|
Beta Was this translation helpful? Give feedback.
Answered by
ETeissonniere
Jan 17, 2024
Replies: 1 comment
-
This is somehow fixed after a |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ETeissonniere
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is somehow fixed after a
zk clean
+zk reinit
. While this does not address the core issue, I think this is a good enough solution for now.