mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-03-26 01:33:02 +01:00
sweep: remove deprecated rand.Seed
This commit is contained in:
parent
0110a09595
commit
ae43764e31
@ -3,7 +3,6 @@ package sweep
|
||||
import (
|
||||
"errors"
|
||||
"fmt"
|
||||
"math/rand"
|
||||
"sync"
|
||||
"sync/atomic"
|
||||
"time"
|
||||
@ -1571,8 +1570,3 @@ func (s *UtxoSweeper) sweepPendingInputs(inputs pendingInputs) {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// init initializes the random generator for random input rescheduling.
|
||||
func init() {
|
||||
rand.Seed(time.Now().Unix())
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user