Skip to content

Commit 984beeb

Browse files
committed
Fix wallet recovery in node-gui
1 parent f219ea6 commit 984beeb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • node-gui/src/main_window

node-gui/src/main_window/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -882,7 +882,7 @@ impl MainWindow {
882882
WalletType::Trezor => hw_wallet_create_dialog(
883883
Box::new(move || MainWindowMessage::ImportWalletMnemonic {
884884
args: WalletArgs::Trezor,
885-
import: ImportOrCreate::Create,
885+
import: ImportOrCreate::Import,
886886
}),
887887
Box::new(|| MainWindowMessage::CloseDialog),
888888
ImportOrCreate::Import,

0 commit comments

Comments
 (0)