Skip to content

Commit f9fb376

Browse files
committed
Add semi-colon for consistency
1 parent 4787465 commit f9fb376

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wrap_js/example.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
const wally = require('./wally');
22
const EC_PUBLIC_KEY_LEN = 33;
3-
const VERSION_PREFIX_LIQUID = '4b'
3+
const VERSION_PREFIX_LIQUID = '4b';
44
var seed = Buffer.from('00000000000000000000000000000000', 'hex');
55

66
wally.wally_sha256(Buffer.from('test', 'ascii')).then(function(uint8Array) {

0 commit comments

Comments
 (0)