We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hey,
First of all, thank you for the implementation of cardano-rosetta and the provided documentation.
I am trying to make a transfer between two addresses.
Using cardano-cli, I have succeeded the process. However, using the cardano-rosetta I got a problem during the transaction submission.
Code:5006 Message:Error when sending the transaction Description:<nil> Retriable:true Details:map[message:Command failed: transaction submit Error: Error while submitting tx: ShelleyTxValidationError ShelleyBasedEraAlonzo (ApplyTxError [UtxowFailure (WrappedShelleyEraFailure (UtxoFailure (FeeTooSmallUTxO (Coin 164005) (Coin 163829))))])]}.
What I am using as fee during the construction of the payload is based on the construction MetadataResponse.
I hope that you may help me to resolve this issue.
You may find the used collection in this link Thanks in advance for your response.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hey,
First of all, thank you for the implementation of cardano-rosetta and the provided documentation.
I am trying to make a transfer between two addresses.
Using cardano-cli, I have succeeded the process. However, using the cardano-rosetta I got a problem during the transaction submission.
Code:5006 Message:Error when sending the transaction Description:<nil> Retriable:true Details:map[message:Command failed: transaction submit Error: Error while submitting tx: ShelleyTxValidationError ShelleyBasedEraAlonzo (ApplyTxError [UtxowFailure (WrappedShelleyEraFailure (UtxoFailure (FeeTooSmallUTxO (Coin 164005) (Coin 163829))))])]}.
What I am using as fee during the construction of the payload is based on the construction MetadataResponse.
I hope that you may help me to resolve this issue.
You may find the used collection in this link
Thanks in advance for your response.
The text was updated successfully, but these errors were encountered: