mirror of
https://github.com/scroll-tech/scroll.git
synced 2026-01-09 14:08:03 -05:00
fix(l1 geth): set miner etherbase address (#368)
This commit is contained in:
@@ -190,6 +190,7 @@ func mockRollerConfig(t *testing.T) string {
|
||||
|
||||
bboltDB = fmt.Sprintf("/tmp/%d_bbolt_db", timestamp)
|
||||
cfg.DBPath = bboltDB
|
||||
assert.NoError(t, os.WriteFile(bboltDB, []byte{}, 0644))
|
||||
|
||||
data, err := json.Marshal(cfg)
|
||||
assert.NoError(t, err)
|
||||
|
||||
Reference in New Issue
Block a user