Skip to content

Commit 9effeb8

Browse files
committed
fix(): modfy get block/tx by peers
1 parent 63fa839 commit 9effeb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/all-tx-syncer.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
// sync all arweave tx
99
func main() {
1010
nullFilterParams := arsyncer.FilterParams{} // non-file params
11-
startHeight := int64(877360) // from genesis block start
11+
startHeight := int64(877360)
1212
arNode := "https://arweave.net"
1313
concurrencyNumber := 10 // runtime concurrency number, default 10
1414
s := arsyncer.New(startHeight, nullFilterParams, arNode, concurrencyNumber, 15)

0 commit comments

Comments
 (0)