mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
squashme
This commit is contained in:
parent
bdd15a278f
commit
7db4b79908
2 changed files with 0 additions and 13 deletions
|
|
@ -228,14 +228,6 @@ func makeFullNode(ctx *cli.Context) (*node.Node, ethapi.Backend) {
|
|||
utils.Fatalf("failed to register catalyst service: %v", err)
|
||||
}
|
||||
}
|
||||
//go func() {
|
||||
// for i := 0; ; i++ {
|
||||
// path := fmt.Sprintf("%s/fieldPaddings-%d.json", stack.InstanceDir(), i)
|
||||
// err := os.WriteFile(path, log.FieldPaddings(), 0777)
|
||||
// log.Info(fmt.Sprintf("Wrote fieldpaddings to %v", path), "err", err)
|
||||
// time.Sleep(60 * time.Minute)
|
||||
// }
|
||||
//}()
|
||||
return stack, backend
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -501,11 +501,6 @@ web3._extend({
|
|||
call: 'debug_getTrieFlushInterval',
|
||||
params: 0
|
||||
}),
|
||||
new web3._extend.Method({
|
||||
name: 'fieldPaddings',
|
||||
call: 'debug_fieldPaddings',
|
||||
params: 0
|
||||
}),
|
||||
],
|
||||
properties: []
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue