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

@ -41,7 +41,6 @@ func testRecoveryMessageSetters(t *testing.T, enableStateRoot bool) {
req := &prepareRequest{
timestamp: 87,
nonce: 321,
transactionHashes: []util.Uint256{{1}},
stateRootEnabled: enableStateRoot,
}