consensus: remove nonce from PrepareRequest
This commit is contained in:
parent
a6f2870a2b
commit
2c68bfcfc6
4 changed files with 2 additions and 12 deletions
|
@ -201,7 +201,6 @@ func randomPrepareRequest(t *testing.T) *prepareRequest {
|
|||
|
||||
req := &prepareRequest{
|
||||
timestamp: rand.Uint64(),
|
||||
nonce: rand.Uint64(),
|
||||
transactionHashes: make([]util.Uint256, txCount),
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue