Browse Source
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 * 2pr-2587
Gálli Zoltán
6 years ago
committed by
Rusty Russell
1 changed files with 4 additions and 1 deletions
Loading…
Reference in new issue