monero icon indicating copy to clipboard operation
monero copied to clipboard

`get_tx_key` should support `raw_monero_tx blob` as input

Open SamsungGalaxyPlayer opened this issue 2 years ago • 2 comments

image

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>)

SamsungGalaxyPlayer avatar Jun 21 '22 18:06 SamsungGalaxyPlayer

I am down to try to explore and discuss the issue, and tackle it this weekend.

LeoNero avatar Jun 21 '22 18:06 LeoNero

I don't understand your screenshot example. In that get_tx_key <txid> should return the tx_key, but we have an error?

MexicanTakeout avatar Jul 23 '22 05:07 MexicanTakeout