We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9eaacd1 commit 7d3422aCopy full SHA for 7d3422a
1 file changed
apps/frontend/src/app/3_organisms/FastBtcDialog/components/SendFlow/components/AddressForm.tsx
@@ -82,6 +82,7 @@ export const AddressForm: React.FC = () => {
82
83
if (isValidBtcAddress && isValid) {
84
const { type, network } = getAddressInfo(address);
85
+
86
const isNetworkValid =
87
network.toLowerCase() === currentNetwork.toLowerCase();
88
const isTypeValid = type.toLowerCase() !== AddressType.p2tr;
0 commit comments