mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-23 05:06:43 +00:00
revert changes for has0xprefix func
This commit is contained in:
parent
5061a08452
commit
3875127e97
1 changed files with 1 additions and 1 deletions
|
|
@ -215,4 +215,4 @@ func fakeExponential(factor, numerator, denominator *big.Int) *big.Int {
|
||||||
accum.Div(accum, big.NewInt(int64(i)))
|
accum.Div(accum, big.NewInt(int64(i)))
|
||||||
}
|
}
|
||||||
return output.Div(output, denominator)
|
return output.Div(output, denominator)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue