Skip to content

Commit

Permalink
chore: remove unused fn
Browse files Browse the repository at this point in the history
  • Loading branch information
k-yang committed May 21, 2023
1 parent 3c7b862 commit 0b386a2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions nibiru/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,6 @@ def to_sdk_dec(dec: float) -> str:
return combined_str


def from_sdk_dec_24(dec_str: str) -> float:
return float(dec_str) * 1e-24


def from_sdk_dec_n(dec_str: str, n: int = 6) -> float:
return float(dec_str) * 10 ** (-n)

Expand Down

0 comments on commit 0b386a2

Please sign in to comment.