mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
[jsdoc]: fix formatOutputUInt function return type
This commit is contained in:
parent
f265cc24b4
commit
3dc184260c
1 changed files with 40 additions and 40 deletions
|
|
@ -1033,7 +1033,7 @@ var formatOutputInt = function (param) {
|
||||||
*
|
*
|
||||||
* @method formatOutputUInt
|
* @method formatOutputUInt
|
||||||
* @param {SolidityParam}
|
* @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 formatOutputUInt = function (param) {
|
||||||
var value = param.staticPart() || "0";
|
var value = param.staticPart() || "0";
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue