mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-17 17:33:47 +00:00
swarm/fuse: Update swarm/api:Api.NewAPI constructor
This commit is contained in:
parent
add8971467
commit
8d7bf3f3ef
1 changed files with 1 additions and 1 deletions
|
|
@ -812,7 +812,7 @@ func TestFUSE(t *testing.T) {
|
|||
if err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
ta := &testAPI{api: api.NewApi(dpa, nil)}
|
||||
ta := &testAPI{api: api.NewApi(dpa, nil, nil)}
|
||||
dpa.Start()
|
||||
defer dpa.Stop()
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue