From 3b0d17c979a6577b7c6162555417e72b1fda225d Mon Sep 17 00:00:00 2001 From: Richard Ramos Date: Fri, 27 Apr 2018 11:11:28 -0400 Subject: [PATCH] Typo fix. --- TributeToTalk.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.