You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Found a warning pointing out an infinite recursion in Utilities/formatToEthereumUnits. Must be fixed.
It appears that one overloaded formatToEthereumUnits function was commented and that created a recursion.
Also there's a formatToPrecision that is commented as well. Must check for recursion.
What happened?
Found a warning pointing out an infinite recursion in
Utilities/formatToEthereumUnits
. Must be fixed.It appears that one overloaded
formatToEthereumUnits
function was commented and that created a recursion.Also there's a
formatToPrecision
that is commented as well. Must check for recursion.What are the steps to reproduce?
None. It's an IDE warning.
What is the expected behavior?
No warning and no infinite recursion.
What is the error thrown?
No
What's the stack trace said?
Empty
OS version
Irrelevant
Library version
https://github.com/web3swift-team/web3swift/blob/d8dd9a2614d443d58780e3f190443adbdb5c499e/Sources/Core/Utility/Utilities.swift
The text was updated successfully, but these errors were encountered: