rebranding upgrade and various fixes

This commit is contained in:
d0x
2024-04-28 22:20:58 -07:00
parent 2ba29503f6
commit 6db10719a7
24 changed files with 486 additions and 285 deletions

View File

@@ -44,6 +44,8 @@ class Geth {
if (this.logGethEvents) {
this.logStream.write(text);
}
// Print log messages to the console
//console.log("geth..."+text);
}
startGeth() {