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 f48ef87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 (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 f48ef87

Please sign in to comment.