Im trying to end my NFT’s back to my main MM wallet and every transaction will either fail with the below error or not do anything (in a loop, though i’ve tried at least 30 times):
‘{“value”:{“code”:-32000,”message”:”replacement transaction underpriced”}}’
any help on this is appreciated!
forgi
March 23, 2022, 9:17am
#3
you have to set higher gas fee
opened 02:48PM - 25 Feb 21 UTC
type-enhancement
area-gas
ux-enhancement
We should query `txpool.pricebump` from the current network and disallow setting… a new gas price that falls below that. This way users wouldn't even get to the point of trying to submit a transaction with a gas price below the minimum (which will be certainly rejected).
_Original issue description (see discussion below for edit reason):_
Somewhat related to #9317, in that the way to reproduce is the same, only the error message is now different:
`Transaction N failed! Error: [ethjs-rpc] while formatting outputs from RPC '{"value":{"code":-32000, "message":"replacement transaction underpriced"}}'`
Stop making decisions instead of the user on what gas price is allowed. If I want to speed up by only adding 10 Gwei to the original, and I'm fine with my transaction confirming within 48 hours, then let me do it.
- MetaMask Version: 9.0.5
I am getting the same error and it keeps saying replacement transaction underpriced