We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 505e69d commit 44a3c52Copy full SHA for 44a3c52
ts_src/address.ts
@@ -43,7 +43,7 @@ const FUTURE_SEGWIT_VERSION_WARNING: string =
43
'End users MUST be warned carefully in the GUI and asked if they wish to proceed ' +
44
'with caution. Wallets should verify the segwit version from the output of fromBech32, ' +
45
'then decide when it is safe to use which version of segwit.';
46
-let WARNING_STATES: boolean[] = [false, false];
+const WARNING_STATES: boolean[] = [false, false];
47
48
function _toFutureSegwitAddress(output: Buffer, network: Network): string {
49
const data = output.slice(2);
0 commit comments