Cloud Posted August 29, 2018 Share Posted August 29, 2018 I am trying to create a payment channel but getting invalidTransaction error after submitting the signed transaction. I am able to sign the payload but after submitting it, getting invalidTransaction error: Below is my request and response: { "Account":"r9MWBqXp9BBbLSsJcFUa5cdYrLxpGsEXSf", "TransactionType":"PaymentChannelCreate", "Amount":"100", "Destination":"r9mBvtCB99iKWhxHpyWgWc5nGvcTjdXgk7", "SettleDe lay":8640, "PublicKey":"ED5D5B6FCD85213785D6BAFB791662B978587F94833E4EBB4EC663BD9FDC15A79C", "DestinationTag":20170428 } Response: <rejected> [RippledError(invalidTransaction)], domain: Domain { domain: null, _events: { error: [Function: debugDomainError] }, _eventsCount: 1, _maxListeners: undefined, members: [] } } Any help is highly appreciated . Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now