Skip to content

Commit

Permalink
Updated is_valid response
Browse files Browse the repository at this point in the history
  • Loading branch information
lukegniwecki authored Sep 4, 2019
1 parent 6861f17 commit ef332ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion general-purpose-blockchain.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def is_valid():
if is_valid:
response = {'message': 'All good mate. The blockchain is valid'}
else:
response = {'message': 'Houston, we have a problem. Not valid.'}
response = {'message': 'Ooops, we have a problem. Chain not valid.'}
return jsonify(response), 200

# Running the app
Expand Down

0 comments on commit ef332ec

Please sign in to comment.