From 1b91df91f933663b0d5938c79f12128df5fd23cd Mon Sep 17 00:00:00 2001 From: homura Date: Mon, 22 Jul 2024 19:03:16 +0900 Subject: [PATCH] fix: flow does not support the underscore number --- src/Ckb.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Ckb.js b/src/Ckb.js index 5851949..42800bd 100644 --- a/src/Ckb.js +++ b/src/Ckb.js @@ -83,7 +83,7 @@ export default class Ckb { 189, 163, 204, 232 ], // SECP256K1_BLAKE160 hash type - 0b0000000_1, + 0b00000001, // lock args ...lockArg ];