Replies: 3 comments
-
A typical issue is that the TXID in the input UTXOs has to be REVERSED. https://github.com/trustwallet/wallet-core/blob/master/src/proto/Bitcoin.proto#L36 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
the problem is (Bitcoin, Doge, ...) UTXO type transaction generated and signed successfully but when i want to broadcast it using blockbook or any other api transaction does not boradcast.
blockbook error: "-25: Missing inputs"
sochain error: "A valid signed transaction hexadecimal string is required. Please check if all inputs in the given transactions are still available to spend. See the "Is Tx Output Spent?" API call for reference."
using bitcore-lib-doge generated transaction hex will be broadcasted successfully but trustwallet-core input error
here is trustwallet code:
bitcore-lib-doge code:
const sochain_network = "DOGE";
const recieverAddress = "DAnpth6ZPZNB3XsZh5mNh9mMPBmpzUasQb"
help me with the input problem please
Beta Was this translation helpful? Give feedback.
All reactions