-
Notifications
You must be signed in to change notification settings - Fork 13
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
SendRawTransaction #5
Comments
I can take a look if you send me more details and an example. |
Thank you for your reply, No matter I use the txHex that has been broadcasted or the txHex that has not been broadcasted, the same error
bitcointest network. |
Hi,is there param error ? I try this code : new a client by your code and call
|
Your transaction works fine for me with the following code: func TestSendRawTransaction2(t *testing.T) {
} The "Missing inputs" error is being returned from the call when you point to Testnet, because the inputs are on the Mainnet network, not Testnet. |
Thank you for your reply , Sorry give you error txHex, This txHex below has been sent to the network,when try send again , will return "Transaction already in block chain", but now return "Amount is not a number or string"
if I send this txHex with only one param
|
The reason of "Amount is not a number or string" error is that type of the second param of sendrawtransaction method was changed in the modern versions of bitcoind. |
SendRawTransaction return error "Amount is not a number or string"
I can Send with node use hex
The text was updated successfully, but these errors were encountered: