Typo fix.

This commit is contained in:
Richard Ramos 2018-04-27 11:11:28 -04:00 committed by GitHub
parent 6440a0d2b4
commit 3b0d17c979
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,7 @@ Inspired by one of Satoshi Nakamotos original suggested use cases for Bitcoin
## Smart Contracts Overview
- `MessageSigned`. Helper functions for handling signatures, and recovering addresses
- `MessageTribute`. Implementation of the idea. This contract inherits from the `MessageSigned` contract, and handles the business logic behind the contract requests and token transfers.
- `MessageTribute`. Implementation of the idea. This contract inherits from the `MessageSigned` contract, and handles the business logic behind the chat requests and token transfers.
## Tutorials
@ -92,4 +92,4 @@ This function generates an event `AudienceRequested` which depending of the appr
`test/messageTribute-signed.js` has an example on how a conversation might happen using this contract.
`test/messageTribute-signed.js` has an example on how a conversation might happen using this contract.