mirror of
https://github.com/arnaucube/go-ethereum.git
synced 2026-02-28 05:56:45 +01:00
removed big num from pp
This commit is contained in:
@@ -23,8 +23,6 @@ function pp(object, indent) {
|
||||
}
|
||||
}
|
||||
str += " ]";
|
||||
} else if(object instanceof BigNumber) {
|
||||
return pp(object.toString(), indent);
|
||||
} else if(typeof(object) === "object") {
|
||||
str += "{\n";
|
||||
indent += " ";
|
||||
|
||||
Reference in New Issue
Block a user