Skip to content

Commit

Permalink
rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
bgptr committed Dec 13, 2021
1 parent fa6ee2b commit 6e09a1b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ export const usePreCreateWallet = ({
// creatingWallet state.
onSendContinue();
if (isTrezor) {
walletSelected.watchingOnly = true;
walletSelected.isWatchingOnly = true;
return trezorGetWalletCreationMasterPubKey().then((walletMasterPubKey) =>
onCreateWallet(walletSelected).then(() =>
onShowCreateWallet({
Expand Down

0 comments on commit 6e09a1b

Please sign in to comment.