Skip to content

Commit

Permalink
Space
Browse files Browse the repository at this point in the history
  • Loading branch information
shargon committed Nov 28, 2019
1 parent 75f0089 commit e20434b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/neo/Network/P2P/Payloads/Transaction.cs
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ public int Size
Attributes.GetVarSize() + //Attributes
Cosigners.GetVarSize() + //Cosigners
Script.GetVarSize() + //Script
Witnesses.GetVarSize(); //Witnesses
Witnesses.GetVarSize(); //Witnesses
}
return _size;
}
Expand Down

0 comments on commit e20434b

Please sign in to comment.