Comparing version 0.5.4 to 0.5.5
@@ -465,3 +465,3 @@ /** | ||
if (encode === "hex") { | ||
unfixed = this.prefix_hex(unfixed); | ||
unfixed = this.prefix_hex(unfixed.round()); | ||
} else if (encode === "string") { | ||
@@ -468,0 +468,0 @@ unfixed = unfixed.toFixed(); |
{ | ||
"name": "augur-abi", | ||
"version": "0.5.4", | ||
"version": "0.5.5", | ||
"description": "Contract ABI serialization", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
1041633
20713