Fix wrong salt output

This commit is contained in:
Simon Warta
2023-03-06 14:51:06 +01:00
parent 09bdaed37d
commit a408f1ed86
+1 -1
View File
@@ -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: {