From dc9fd12ef5b748bcfe42cc843ae4fc9b77eb2234 Mon Sep 17 00:00:00 2001 From: Shargon Date: Mon, 12 Aug 2019 12:06:51 +0200 Subject: [PATCH] Merge with Scoped signatures --- neo.UnitTests/Consensus/UT_ConsensusContext.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/neo.UnitTests/Consensus/UT_ConsensusContext.cs b/neo.UnitTests/Consensus/UT_ConsensusContext.cs index 9f0c6e8531..696d6aaa0a 100644 --- a/neo.UnitTests/Consensus/UT_ConsensusContext.cs +++ b/neo.UnitTests/Consensus/UT_ConsensusContext.cs @@ -98,6 +98,7 @@ private Transaction CreateTransactionWithSize(int v) var r = new Random(); var tx = new Transaction() { + Cosigners = new Cosigner[0], Attributes = new TransactionAttribute[0], NetworkFee = 0, Nonce = (uint)Environment.TickCount,