consensus: remove nonce from PrepareRequest

This commit is contained in:
Anna Shaleva 2021-03-18 20:28:26 +03:00
parent a6f2870a2b
commit 2c68bfcfc6
4 changed files with 2 additions and 12 deletions

View file

@ -201,7 +201,6 @@ func randomPrepareRequest(t *testing.T) *prepareRequest {
req := &prepareRequest{
timestamp: rand.Uint64(),
nonce: rand.Uint64(),
transactionHashes: make([]util.Uint256, txCount),
}