Skip to content

Commit 28e69b5

Browse files
bginsarsen3d
authored andcommitted
fix: Add POW config processor
1 parent 3bc0638 commit 28e69b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/web3/types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ type Web3Options struct {
2121
TokenAddress string `json:"token_address" toml:"token_address"`
2222
MediationAddress string `json:"mediation_address" toml:"mediation_address"`
2323
JobCreatorAddress string `json:"jobcreator_address" toml:"jobcreator_address"`
24-
PowAddress string `json:"pow_address" toml:"pow_address`
24+
PowAddress string `json:"pow_address" toml:"pow_address"`
2525
// this is injected by whatever service we are running
2626
// it's used for logging tx's
2727
Service system.Service `json:"-" toml:"-"`

0 commit comments

Comments
 (0)