mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-26 15:47:21 +00:00
parent
b9504e4966
commit
fcc7ae162d
1 changed files with 1 additions and 1 deletions
|
|
@ -1033,7 +1033,7 @@ var formatOutputInt = function (param) {
|
|||
*
|
||||
* @method formatOutputUInt
|
||||
* @param {SolidityParam}
|
||||
* @returns {BigNumeber} right-aligned output bytes formatted to uint
|
||||
* @returns {BigNumber} right-aligned output bytes formatted to uint
|
||||
*/
|
||||
var formatOutputUInt = function (param) {
|
||||
var value = param.staticPart() || "0";
|
||||
|
|
|
|||
Loading…
Reference in a new issue