We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63fa839 commit 9effeb8Copy full SHA for 9effeb8
example/all-tx-syncer.go
@@ -8,7 +8,7 @@ import (
8
// sync all arweave tx
9
func main() {
10
nullFilterParams := arsyncer.FilterParams{} // non-file params
11
- startHeight := int64(877360) // from genesis block start
+ startHeight := int64(877360)
12
arNode := "https://arweave.net"
13
concurrencyNumber := 10 // runtime concurrency number, default 10
14
s := arsyncer.New(startHeight, nullFilterParams, arNode, concurrencyNumber, 15)
0 commit comments