Fix wrong salt output
This commit is contained in:
parent
09bdaed37d
commit
a408f1ed86
@ -85,7 +85,7 @@ for (let checksum of checksums) {
|
||||
checksum: toHex(checksum),
|
||||
creator,
|
||||
creatorData: toHex(fromBech32(creator).data),
|
||||
salt: toHex(checksum),
|
||||
salt: toHex(salt),
|
||||
msg,
|
||||
},
|
||||
out: {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user