pull/799/head
Josselin 4 years ago
parent ecdeeaaf7c
commit 273e40ee20
  1. 2
      slither/utils/arithmetic.py

@ -5,7 +5,7 @@ from slither.exceptions import SlitherException
def convert_subdenomination(
value: str, sub: str
) -> int: # pylint: disable=too-many-return-statements
) -> int: # pylint: disable=too-many-return-statements, too-many-branches
# to allow 0.1 ether conversion
if value[0:2] == "0x":

Loading…
Cancel
Save