We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There are two bugs:
unblindrawtransaction
Have a look:
~ $ elements-cli listtransactions ... { "address": "tex1q5w27zcjlvrry5fkgez2mvk5jsp8t8c887w7kj9", "category": "send", "amount": -0.00001234, "txid": "97bd4529dcbc5b04b600976031d0ace907ab458121b1d61049029ee1a36c94ae", ... ... ~ $ elements-cli getrawtransaction 97bd4529dcbc5b04b600976031d0ace907ab458121b1d61049029ee1a36c94ae true { "txid": "97bd4529dcbc5b04b600976031d0ace907ab458121b1d61049029ee1a36c94ae", ... "vout": [ { "value-minimum": 0.00000001, "value-maximum": 45035996.27370496, ... }, { "value-minimum": 0.00000001, "value-maximum": 45035996.27370496, ... }, { "value": 0.00000026, ... "type": "fee" } .. "hex": "0200000001011a2b2ac527...715192888e9d55f52c0000", ... } ~ $ elements-cli unblindrawtransaction 0200000001011a2b2ac527...88e9d55f52c0000 { "hex": "0200000001011a2b2ac...192888e9d55f52c0000" } ~ $ elements-cli decoderawtransaction 0200000001011a2b2ac...192888e9d55f52c0000 { "txid": "7e7a2d8f297509bab56b9493c95e299b00fef58e80f77f523b96b78e56edcc30", ... "vout": [ { "value": 0.00002112, "asset": "144c654344aa716d6f3abcc1ca90e5641e4e2a7f633bc09fe3baf64585819a49", ... }, { "value-minimum": 0.00000001, "value-maximum": 45035996.27370496, ... }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
There are two bugs:
unblindrawtransaction
method changes TxId of the transactionHave a look:
The text was updated successfully, but these errors were encountered: