Skip to content

Commit 7d3422a

Browse files
committed
Trigger branch deploy
1 parent 9eaacd1 commit 7d3422a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • apps/frontend/src/app/3_organisms/FastBtcDialog/components/SendFlow/components

apps/frontend/src/app/3_organisms/FastBtcDialog/components/SendFlow/components/AddressForm.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ export const AddressForm: React.FC = () => {
8282

8383
if (isValidBtcAddress && isValid) {
8484
const { type, network } = getAddressInfo(address);
85+
8586
const isNetworkValid =
8687
network.toLowerCase() === currentNetwork.toLowerCase();
8788
const isTypeValid = type.toLowerCase() !== AddressType.p2tr;

0 commit comments

Comments
 (0)