UnstoppableSwap / core

Bitcoin–Monero Cross-chain Atomic Swap (+ GUI)
GNU General Public License v3.0
18 stars 6 forks source link

Display monero recovery keys #45

Closed binarybaron closed 2 months ago

binarybaron commented 2 months ago

Allow user to display the monero recovery keys

  1. Call the get_monero_recovery_keys Tauri command (create if doesnt exist yet)
  2. Display the already existing dialog (https://github.com/UnstoppableSwap/xmr-btc-swap/blob/master/src-gui/src/renderer/components/pages/history/table/SwapMoneroRecoveryButton.tsx)
binarybaron commented 2 months ago

https://github.com/UnstoppableSwap/xmr-btc-swap/pull/64