From 20a5a9b15f59bfbc04db69bf1f02489aa935a685 Mon Sep 17 00:00:00 2001 From: Harry Moreno Date: Thu, 7 Jun 2018 15:07:07 -0400 Subject: Update Event emit docs pragma Event's `emit` usage was introduced in 0.4.21+ --- docs/contracts.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/contracts.rst b/docs/contracts.rst index e4f49f43..3c78d167 100644 --- a/docs/contracts.rst +++ b/docs/contracts.rst @@ -742,7 +742,7 @@ All non-indexed arguments will be stored in the data part of the log. :: - pragma solidity ^0.4.0; + pragma solidity ^0.4.21; contract ClientReceipt { event Deposit( -- cgit