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 44670b8 commit dbce370Copy full SHA for dbce370
pkgs/prost/contract.go
@@ -31,7 +31,6 @@ var (
31
ContractABI abi.ABI
32
DataMarketInstances = make(map[string]*dataMarketContract.DataMarketContract)
33
BufferEpochs = 5
34
- operationTimeout = time.Duration(config.SettingsObj.ContractQueryTimeout) * time.Second
35
)
36
37
func ConfigureClient(ctx context.Context) error {
0 commit comments