Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik Zhang committed Feb 8, 2018
1 parent bf2c105 commit 456ae69
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions neo/SmartContract/ContractParameter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,6 @@ public override string ToString()
return "(null)";
case byte[] data:
return data.ToHexString();
case UIntBase data:
return $"0x{data}";
case IList<ContractParameter> data:
StringBuilder sb = new StringBuilder();
sb.Append('[');
Expand Down

0 comments on commit 456ae69

Please sign in to comment.