Bigchain -> BigchainDB in only one place and not other places.

This commit is contained in:
Greg McMullen
2016-02-23 16:40:26 +01:00
parent c54ef77e3e
commit a466cfbd6c

View File

@@ -501,7 +501,7 @@ class Bigchain(object):
if blocks_count:
raise GenesisBlockAlreadyExistsError('Cannot create the Genesis block')
payload = {'message': 'Hello World from the Bigchain'}
payload = {'message': 'Hello World from the BigchainDB'}
transaction = self.create_transaction(self.me, self.me, None, 'GENESIS', payload=payload)
transaction_signed = self.sign_transaction(transaction, self.me_private)