consensus: drop NextConsensus from the prepareRequest

Follow neo-project/neo#744 to make our requests compatible with C# node.
This commit is contained in:
Roman Khimov 2020-07-11 12:32:53 +03:00
parent ae497228f0
commit 2278cd5700
5 changed files with 15 additions and 18 deletions

View file

@ -31,7 +31,6 @@ func TestRecoveryMessage_Setters(t *testing.T) {
timestamp: 87,
nonce: 321,
transactionHashes: []util.Uint256{{1}},
nextConsensus: util.Uint160{1, 2},
}
p1 := new(Payload)
p1.message = &message{}