mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
Revert "[jsdoc]: fix formatOutputUInt function return type"
This reverts commit 3dc184260c.
This commit is contained in:
parent
3dc184260c
commit
8795a15186
1 changed files with 40 additions and 40 deletions
|
|
@ -1033,7 +1033,7 @@ var formatOutputInt = function (param) {
|
|||
*
|
||||
* @method formatOutputUInt
|
||||
* @param {SolidityParam}
|
||||
* @returns {BigNumber} right-aligned output bytes formatted to uint
|
||||
* @returns {BigNumeber} right-aligned output bytes formatted to uint
|
||||
*/
|
||||
var formatOutputUInt = function (param) {
|
||||
var value = param.staticPart() || "0";
|
||||
|
|
|
|||
Loading…
Reference in a new issue