We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f17f39a commit a4385f5Copy full SHA for a4385f5
1 file changed
tools/l1-tx-volume-indexer/main.go
@@ -241,7 +241,7 @@ func main() {
241
false,
242
"only update/compare rows where the existing DB row has is_lending=1 (ignores incompleteness filter)",
243
)
244
- fetchTimeout = flag.Int("fetch-timeout", 10, "Covalent API timeout in seconds per transaction")
+ fetchTimeout = flag.Int("fetch-timeout", 10, "Covalent API timeout in seconds per transaction")
245
246
flag.Parse()
247
0 commit comments