mirror of
https://github.com/fusion44/blitz_api.git
synced 2026-08-13 11:52:45 +02:00
2 lines
79 B
Python
2 lines
79 B
Python
def parse_cln_msat(msat: str) -> int:
|
|
return int(msat.replace("msat", ""))
|