Skip to content

Commit

Permalink
fixup! feat: extended add-network page with the option to add bitcoin…
Browse files Browse the repository at this point in the history
… network too
  • Loading branch information
Polybius93 committed Oct 12, 2023
1 parent 05811ba commit d726882
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,9 @@ export function useCurrentTaprootAccount() {
}

export function useTaprootNetworkSigners() {
const {
mainnet: mainnetKeychain,
testnet: testnetKeychain,
} = useSelector(selectTaprootAccountBuilder);
const { mainnet: mainnetKeychain, testnet: testnetKeychain } = useSelector(
selectTaprootAccountBuilder
);
return useMakeBitcoinNetworkSignersForPaymentType(
mainnetKeychain,
testnetKeychain,
Expand Down

0 comments on commit d726882

Please sign in to comment.