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.
2 parents 6705274 + 2d474da commit 681300cCopy full SHA for 681300c
client/config/client.go
@@ -155,7 +155,8 @@ func new() *Client {
155
Submit1: defaultSubmitConfig,
156
Submit2: defaultSubmitConfig,
157
SubmitSignatures: SubmitSignatures{
158
- Submit: defaultSubmitConfig,
+ Submit: defaultSubmitConfig,
159
+ Deadline: 60 * time.Second,
160
},
161
SubmitGas: Gas{GasPriceFixed: big.NewInt(0)},
162
RegisterGas: Gas{GasPriceFixed: big.NewInt(0)},
0 commit comments