We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bc0638 commit 28e69b5Copy full SHA for 28e69b5
pkg/web3/types.go
@@ -21,7 +21,7 @@ type Web3Options struct {
21
TokenAddress string `json:"token_address" toml:"token_address"`
22
MediationAddress string `json:"mediation_address" toml:"mediation_address"`
23
JobCreatorAddress string `json:"jobcreator_address" toml:"jobcreator_address"`
24
- PowAddress string `json:"pow_address" toml:"pow_address`
+ PowAddress string `json:"pow_address" toml:"pow_address"`
25
// this is injected by whatever service we are running
26
// it's used for logging tx's
27
Service system.Service `json:"-" toml:"-"`
0 commit comments