Skip to content

Commit

Permalink
fix: onchain state type
Browse files Browse the repository at this point in the history
  • Loading branch information
hopeyen committed Dec 6, 2024
1 parent 465f1d3 commit b4c74b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion disperser/cmd/apiserver/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ func RunDisperserServer(ctx *cli.Context) error {
// add some default sensible configs
meterer = mt.NewMeterer(
mtConfig,
&paymentChainState,
paymentChainState,
offchainStore,
logger,
// metrics.NewNoopMetrics(),
Expand Down

0 comments on commit b4c74b9

Please sign in to comment.