mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2025-05-07 23:10:32 +00:00
consensus: remove nonce from PrepareRequest
This commit is contained in:
parent
a6f2870a2b
commit
2c68bfcfc6
4 changed files with 2 additions and 12 deletions
|
@ -41,7 +41,6 @@ func testRecoveryMessageSetters(t *testing.T, enableStateRoot bool) {
|
|||
|
||||
req := &prepareRequest{
|
||||
timestamp: 87,
|
||||
nonce: 321,
|
||||
transactionHashes: []util.Uint256{{1}},
|
||||
stateRootEnabled: enableStateRoot,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue