monero
monero copied to clipboard
`get_tx_key` should support `raw_monero_tx blob` as input
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>)
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?