diff --git a/TributeToTalk.md b/TributeToTalk.md index 94cf27a..31d5901 100644 --- a/TributeToTalk.md +++ b/TributeToTalk.md @@ -16,7 +16,7 @@ Inspired by one of Satoshi Nakamoto’s 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. \ No newline at end of file +`test/messageTribute-signed.js` has an example on how a conversation might happen using this contract.