mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-12-29 10:04:41 +01:00
7f8e4de522
Millisatoshi's inner representation expected to be an int, otherwise unwanted exceptions could occur The following example raises: TypeError: __int__ returned non-int (type decimal.Decimal) from lightning import Millisatoshi one_sat = Millisatoshi("1sat") two_sats = one_sat * 2 |
||
---|---|---|
.. | ||
__init__.py | ||
lightning.py | ||
plugin.py |