Skip to content

Commit

Permalink
fix itests
Browse files Browse the repository at this point in the history
  • Loading branch information
Cory Schwartz committed May 23, 2022
1 parent 7d55ab0 commit 2b0d0ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion itests/gateway_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ func startNodes(

// Create a gateway server in front of the full node
gwapi := gateway.NewNode(full, lookbackCap, stateWaitLookbackLimit)
handler, err := gateway.Handler(gwapi)
handler, err := gateway.Handler(gwapi, full)
require.NoError(t, err)

l, err := net.Listen("tcp", "127.0.0.1:0")
Expand Down

0 comments on commit 2b0d0ce

Please sign in to comment.