Open SamsungGalaxyPlayer opened 2 years ago
When using --do-not-relay mode for monero-wallet-cli, it exports a raw_monero_tx blog and displays the txid, but not the tx_key. Ideally, get_tx_key can support importing the blob to calculate the tx_key.
--do-not-relay
get_tx_key
Current: get_tx_key <txid>
get_tx_key <txid>
Desired: get_tx_key (<txid> | <raw_monero_tx blob>)
get_tx_key (<txid> | <raw_monero_tx blob>)
I am down to try to explore and discuss the issue, and tackle it this weekend.
I don't understand your screenshot example. In that get_tx_key <txid> should return the tx_key, but we have an error?
tx_key
When using
--do-not-relay
mode for monero-wallet-cli, it exports a raw_monero_tx blog and displays the txid, but not the tx_key. Ideally,get_tx_key
can support importing the blob to calculate the tx_key.Current:
get_tx_key <txid>
Desired:
get_tx_key (<txid> | <raw_monero_tx blob>)