mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
refactor, guard_check, compiling but crash on validateGuards stream output (probably need a proxy class)
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user