Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
KickSeason committed Aug 12, 2020
1 parent 4bcb4a8 commit e3de92c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/neo/Consensus/PrepareResponse.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ public class PrepareResponse : ConsensusMessage
public UInt256 PreparationHash;
public byte[] StateRootSignature;

public override int Size => base.Size + PreparationHash.Size + 64;
public override int Size => base.Size + UInt256.Size + 64;

public PrepareResponse()
: base(ConsensusMessageType.PrepareResponse)
Expand Down

0 comments on commit e3de92c

Please sign in to comment.