Skip to content

Commit

Permalink
fix: Add POW config processor
Browse files Browse the repository at this point in the history
  • Loading branch information
bgins authored and arsen3d committed Jun 20, 2024
1 parent 3bc0638 commit 28e69b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/web3/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ type Web3Options struct {
TokenAddress string `json:"token_address" toml:"token_address"`
MediationAddress string `json:"mediation_address" toml:"mediation_address"`
JobCreatorAddress string `json:"jobcreator_address" toml:"jobcreator_address"`
PowAddress string `json:"pow_address" toml:"pow_address`
PowAddress string `json:"pow_address" toml:"pow_address"`
// this is injected by whatever service we are running
// it's used for logging tx's
Service system.Service `json:"-" toml:"-"`
Expand Down

0 comments on commit 28e69b5

Please sign in to comment.