Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Common error "replacement transaction underpriced" #883

Closed
dgrmunch opened this issue Feb 27, 2019 · 3 comments
Closed

Common error "replacement transaction underpriced" #883

dgrmunch opened this issue Feb 27, 2019 · 3 comments
Labels
stale no activity for 21 days

Comments

@dgrmunch
Copy link

Is there a way to avoid this recurrent error?

java.lang.RuntimeException: Error processing transaction request: replacement transaction underpriced
at org.web3j.tx.TransactionManager.processResponse(TransactionManager.java:67)
at org.web3j.tx.TransactionManager.executeTransaction(TransactionManager.java:51)
at org.web3j.tx.ManagedTransaction.send(ManagedTransaction.java:87)
at org.web3j.tx.Contract.executeTransaction(Contract.java:291)
at org.web3j.tx.Contract.executeTransaction(Contract.java:275)
at org.web3j.tx.Contract.executeTransaction(Contract.java:269)
at org.web3j.tx.Contract.lambda$executeRemoteCallTransaction$3(Contract.java:321)
at org.web3j.protocol.core.RemoteCall.send(RemoteCall.java:30)

@AlexandrouR
Copy link
Contributor

It has to do with the amount of gas value when you submit a transaction. Take a look at this issue
ethereum/go-ethereum#15612

@AlexandrouR
Copy link
Contributor

Usually this happens if you are trying to override a transaction that had a low gas price and it is taking too long to be mined.

We can give you better advice if we had a steps to reproduce this.

@AlexandrouR AlexandrouR added the awaiting-user-input Require more info or input from user label Jul 10, 2019
@AlexandrouR AlexandrouR added stale no activity for 21 days and removed awaiting-user-input Require more info or input from user labels Aug 8, 2019
@AlexandrouR
Copy link
Contributor

Issue closed due to inactivity.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stale no activity for 21 days
Projects
None yet
Development

No branches or pull requests

2 participants