Skip to content

Commit 240a6f7

Browse files
authored
Update README.md
1 parent be16589 commit 240a6f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ let wallet;
3030

3131
wallet = wallet_gen(["0x4242"], with_seed, debug)
3232
console.log("return value", wallet)
33-
let wallet = wallet_gen(["0x42000000","0x00420000","0x00004200","0x00000042"], without_seed, debug)
33+
wallet = wallet_gen(["0x42000000","0x00420000","0x00004200","0x00000042"], without_seed, debug)
3434
console.log("return value", wallet)
3535

3636
```

0 commit comments

Comments
 (0)