Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
0xbcdev committed Apr 3, 2024
1 parent da0be24 commit 2565ee9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rollappd/cmd/start.go
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ func startInProcess(ctx *server.Context, clientCtx client.Context, nodeConfig *d
*beRpcCfg,
nil, // external services modifier
func(i wasmberpcbackend.WasmBackendI) {
berpc.RegisterAPINamespace(rawbeapi.DymRollAppWasmBlockExplorerNamespace, func(ctx *server.Context,
_ = berpc.RegisterAPINamespace(rawbeapi.DymRollAppWasmBlockExplorerNamespace, func(ctx *server.Context,
_ client.Context,
_ *rpcclient.WSClient,
_ map[string]berpctypes.MessageParser,
Expand Down

0 comments on commit 2565ee9

Please sign in to comment.