Skip to content

Commit

Permalink
fix: account info regtest vs. testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-sanderson committed Jan 14, 2025
1 parent 60d0eed commit 83f09a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/suite/src/actions/wallet/publicKeyActions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ export const showXpub = () => async (dispatch: Dispatch, getState: GetState) =>
useEmptyPassphrase: device.useEmptyPassphrase,
showOnTrezor: true,
derivationType: getDerivationType(account.accountType),
coin: account.symbol, // must be here to distinguish between testnet and regtest
};

let response: Success<unknown> | Unsuccessful;
Expand Down

0 comments on commit 83f09a8

Please sign in to comment.