Skip to content

Commit

Permalink
configure.ac: 0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
ZmnSCPxj committed Nov 25, 2020
1 parent e048589 commit 79d8657
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@

0.8
0.7D
- Fix latent `printf`-formatting bugs in `SendpayResultMonitor`, which would crash on 32-bit systems.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ In any case, `clboss-ignore-onchain` is temporary and even
if you forget to issue `clboss-notice-onchain` CLBOSS will
resume managing onchain funds at some point.

`--clboss-min-onchain=<satoshis>`
### `--clboss-min-onchain=<satoshis>`

Pass this option to `lightningd` in order to specify a target
amount that CLBOSS will leave onchain.
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ([2.69])
AC_INIT([clboss], [0.7D], [[email protected]])
AC_INIT([clboss], [0.8], [[email protected]])
AC_CONFIG_AUX_DIR([auxdir])
AM_INIT_AUTOMAKE([subdir-objects tar-ustar])
AC_CONFIG_SRCDIR([main.cpp])
Expand Down

0 comments on commit 79d8657

Please sign in to comment.