3
1
When I try to send BTC from my Electrum wallet address to one of my unused addresses in Electrum, just as a test, it comes up with an error message (U'message':u'TX rejected, U'code':-22).
I'm using electrum-1.6.2 Install version on my Windows 7 64-bit PC.
I changed the Electrum server and then the transmission worked, so I guess it was an error transmitting data to the server.
Can someone confirm that Error "22" refers to a transmission error to the server? Also, is there a list of error message numbers, so in future I can refer to the list?
Thanks for interesting reply, but although I see "TX rejected" on Line 555, I can't find a reference to "code:-22". Is there a list somewhere of error messages, including "22"? – user3352 – 2013-03-15T13:46:30.183
That's what the constant
RPC_DESERIALIZATION_ERRORcomes out to. PS: You're looking for -22, not 22. – Nick ODell – 2013-03-15T16:19:58.203@user3352 the codes are in https://github.com/bitcoin/bitcoin/blob/master/src/bitcoinrpc.h
– Ponkadoodle – 2013-06-21T23:15:20.407