From cffe52d6d9e23e537c710107292a2058caa3784f Mon Sep 17 00:00:00 2001 From: Alex Beregszaszi Date: Mon, 17 Jul 2017 11:24:18 +0200 Subject: Enable more examples in the documentation for testing --- docs/abi-spec.rst | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/abi-spec.rst') diff --git a/docs/abi-spec.rst b/docs/abi-spec.rst index 82c52159..2cf57427 100644 --- a/docs/abi-spec.rst +++ b/docs/abi-spec.rst @@ -316,6 +316,8 @@ For example, :: + pragma solidity ^0.4.0; + contract Test { function Test(){ b = 0x12345678901234567890123456789012; } event Event(uint indexed a, bytes32 b) -- cgit