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