mirror of
https://github.com/basicswap/basicswap.git
synced 2026-04-09 02:47:22 +02:00
ui: Display XMR view key on bid page
https://monerohash.com/explorer/myoutputs Shared view key is for the chain B lock tx. To find the view key for the lock spend tx: http://localhost:12700/rpc Monero Wallet getaddress query_key {"key_type":"view_key"}
This commit is contained in:
@@ -297,6 +297,7 @@ def describeBid(swap_client, bid, xmr_swap, offer, xmr_offer, bid_events, edit_b
|
||||
data['txns'] = txns
|
||||
|
||||
data['xmr_b_shared_address'] = ci_to.encodeSharedAddress(xmr_swap.pkbv, xmr_swap.pkbs) if xmr_swap.pkbs else None
|
||||
data['xmr_b_shared_viewkey'] = ci_to.encodeKey(xmr_swap.vkbv) if xmr_swap.vkbv else None
|
||||
|
||||
if swap_client.debug_ui:
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user