core-lightning/contrib
Michael Schmoock d8599e5f67 pylightning: adds msat.to_approx_str() method
Tries to return the approxmost posible string of a Millisatoshi amount using
various unit representations. The function will round to an effective
number of digits. Default: 3.

```
>>> Millisatoshi("100000sat").to_approx_str()
'0.001btc'
>>> Millisatoshi("100msat").to_approx_str()
'0.1sat'
>>> Millisatoshi("10000000sat").to_approx_str()
'0.1btc'
```
2019-05-22 22:13:06 +02:00
..
init systemd: wait until network is up 2019-05-16 19:30:38 +02:00
plugins plugin: Remove autopatch argument from helloworld plugin 2019-04-30 17:56:09 -05:00
pylightning pylightning: adds msat.to_approx_str() method 2019-05-22 22:13:06 +02:00
Dockerfile.builder docker: Update pytest dependencies in the builder image 2018-11-26 22:53:37 +00:00
Dockerfile.builder.fedora contrib: Dockerfile.builder.fedora bump fedora release 2019-03-22 17:13:16 +01:00
Dockerfile.builder.i386 docker: Update pytest dependencies in the builder image 2018-11-26 22:53:37 +00:00
lightning-cli.bash-completion contrib: fix up bash completion script. 2019-05-22 00:46:54 +00:00
linuxarm32v7.Dockerfile Use tini as docker entrypoint 2019-03-19 14:26:03 +01:00
short_channel_id-to-txid.sh contrib/short_channel_id-to-txid.sh: simple mapping util. 2018-08-21 22:53:45 +02:00
startup_regtest.sh contrib-script: encapsulate more things 2019-04-12 15:26:08 -07:00