Neoxa icon indicating copy to clipboard operation
Neoxa copied to clipboard

RPC: decoderawtransaction returns decode failed error, when trying to decode created transaction by createrawtransaction

Open ciricc opened this issue 7 months ago • 2 comments

root@02388f6d5d73:/app# neoxa-cli createrawtransaction "[]" "{\"GJeEoPQPXjxxfkdBzQ23FSGWBN26iB9P9q\":0.1}"
02000000000180969800000000001976a91408c27af242eb49e3cfd279c927c6707d1fd5d39388ac00000000
root@02388f6d5d73:/app# neoxa-cli decoderawtransaction "02000000000180969800000000001976a91408c27af242eb49e3cfd279c927c6707d1fd5d39388ac00000000"
error code: -22
error message:
TX decode failed

Software:

root@02388f6d5d73:/app# neoxa-cli -version
Neoxa Core RPC client version v5.1.1.4-ec8b257-dirty

root@02388f6d5d73:/app# neoxad -version
Neoxa Core Daemon version v5.1.1.4-ec8b257-dirty
Copyright (C) 2023 The Neoxa Core developers
Copyright (C) 2014-2023 The Dash Core developers
Copyright (C) 2009-2023 The Bitcoin Core developers

Please contribute if you find Neoxa Core useful. Visit <https://neoxa.net> for
further information about the software.
The source code is available from <https://github.com/NeoxaChain/Neoxa>.

This is experimental software.
Distributed under the MIT software license, see the accompanying file COPYING
or <https://opensource.org/licenses/MIT>

This product includes software developed by the OpenSSL Project for use in the
OpenSSL Toolkit <https://www.openssl.org> and cryptographic software written by
Eric Young and UPnP software written by Thomas Bernard.

ciricc avatar Nov 15 '23 07:11 ciricc