mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
cmd/swarm: change seed every new uploaded hash
This commit is contained in:
parent
c7c7ef3d93
commit
01c073579e
1 changed files with 1 additions and 0 deletions
|
|
@ -61,6 +61,7 @@ func slidingWindow(ctx *cli.Context, tuid string) error {
|
|||
|
||||
outer:
|
||||
for {
|
||||
seed = int(time.Now().UTC().UnixNano())
|
||||
log.Info("uploading to "+httpEndpoint(hosts[0])+" and syncing", "seed", seed)
|
||||
|
||||
t1 := time.Now()
|
||||
|
|
|
|||
Loading…
Reference in a new issue