Skip to content

Commit dbce370

Browse files
committed
refactor: remove unused operationTimeout variable from contract.go
1 parent 44670b8 commit dbce370

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkgs/prost/contract.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ var (
3131
ContractABI abi.ABI
3232
DataMarketInstances = make(map[string]*dataMarketContract.DataMarketContract)
3333
BufferEpochs = 5
34-
operationTimeout = time.Duration(config.SettingsObj.ContractQueryTimeout) * time.Second
3534
)
3635

3736
func ConfigureClient(ctx context.Context) error {

0 commit comments

Comments
 (0)