Skip to content

Commit

Permalink
fixups
Browse files Browse the repository at this point in the history
Signed-off-by: dflate <[email protected]>
  • Loading branch information
dflate committed Sep 27, 2018
1 parent 9be99b2 commit cb948f8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/lightning-listfunds.7
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ Each entry in \fIchannels\fR will include:
.IP \(bu 2.3
.\}
\fIchannel_total_gro\fR
\-channel value in gro (values rounded to the nearest gro\(cqs as internal storage is in milligro)\&.
\-channel value in gro (values rounded to the nearest gro as internal storage is in milligro)\&.
.RE
.sp
.RS 4
Expand Down
2 changes: 1 addition & 1 deletion tests/fixtures.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def bitcoind(directory):

if info['version'] < 2160000:
bitcoind.rpc.stop()
raise ValueError("bitcoind is too old. At least version (v2.16.0)"
raise ValueError("groestlcoind is too old. At least version 2160000 (v2.16.0)"
" is needed, current version is {}".format(info['version']))

# Make sure we have some spendable funds
Expand Down
2 changes: 1 addition & 1 deletion tests/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ def start(self):
TailableProc.start(self)
self.wait_for_log("Done loading", timeout=TIMEOUT)

logging.info("BitcoinD started")
logging.info("GroestlcoinD started")

def generate_block(self, numblocks=1):
# As of 0.16, generate() is removed; use generatetoaddress.
Expand Down

0 comments on commit cb948f8

Please sign in to comment.