refactor, guard_check, compiling but crash on validateGuards stream output (probably need a proxy class)

This commit is contained in:
Richard Holland
2022-05-05 18:29:35 +00:00
parent b189908c10
commit 636715fd20
18 changed files with 1427 additions and 1257 deletions

View File

@@ -57,7 +57,9 @@ module.exports = {
const wasm = (x) =>
{
return fs.readFileSync('wasm/' + x).toString('hex').toUpperCase();
if (x.slice(0,1) != '/')
x = 'wasm/' + x;
return fs.readFileSync( x).toString('hex').toUpperCase();
}
const genesisseed = 'snoPBrXtMeMyMHUVTgbuqAfg1SUTb';