Added SAL support

This commit is contained in:
MoneroOcean
2024-07-20 04:49:22 +03:00
parent b3e74bffda
commit c75b1d464b
13 changed files with 9 additions and 9 deletions

View File

@@ -8,7 +8,7 @@ const b2 = u.convert_blob(b, 15);
if (b2.toString('hex') === '010194a5ebb406f613c4e7514facf3e5b9923c885357b53f2b02f8e17f9721371296b99113035f00000000ac81ca3e7bc9369e63563923187d2cfdb42eac839c7fe24e6d5d0080c96d758f02') {
console.log('PASSED');
else {
} else {
console.log('FAILED: ' + b2);
process.exit(1);
}