Created
July 29, 2020 18:15
-
-
Save jimpick/fcb5e705fa4ed897501569172870dde0 to your computer and use it in GitHub Desktop.
Fixing your mpool
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
lotus mpool find --from `lotus wallet list` | jq '.[0]' | |
# Replace message at head of mpool with one with more gas ('6' below is the nonce) | |
lotus mpool replace --gas-price=10 --gas-limit=5000000 `lotus wallet list` 6 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment