Skip to content

Commit

Permalink
Fixed SAL parse after fork
Browse files Browse the repository at this point in the history
  • Loading branch information
MoneroOcean committed Nov 5, 2024
1 parent 44ee67d commit aa39526
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/sal.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const b = Buffer.from(
const b2 = u.convert_blob(b, 15);
const h1 = b2.toString('hex');

if (h1 === '0202fdaca8b906b1670506d0dc45b11cbc87f9ceedfd0cbfa56c14da72ccc27c45105391d2340300000000604ec6923c81b6477bb224a9c53158cea5c5aee36100aad59c498d3dab92750401') {
if (h1 === '0202fdaca8b906b1670506d0dc45b11cbc87f9ceedfd0cbfa56c14da72ccc27c45105391d2340300000000604ec6923c81b6477bb224a9c53158cea5c5aee36100aad59c498d3dab92750402') {
console.log('PASSED');
} else {
console.log('FAILED: ' + h1);
Expand Down

0 comments on commit aa39526

Please sign in to comment.