Skip to content

Instantly share code, notes, and snippets.

@jimpick
Created July 29, 2020 18:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jimpick/fcb5e705fa4ed897501569172870dde0 to your computer and use it in GitHub Desktop.
Save jimpick/fcb5e705fa4ed897501569172870dde0 to your computer and use it in GitHub Desktop.
Fixing your mpool
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