From 2021508653bd6b8159685060d6830cdf3592f8a3 Mon Sep 17 00:00:00 2001 From: chriseth Date: Wed, 16 Aug 2017 11:31:50 +0200 Subject: Update contracts.rst --- 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 5683ba77..7b972e17 100644 --- a/docs/contracts.rst +++ b/docs/contracts.rst @@ -626,7 +626,7 @@ The use in the JavaScript API would be as follows: var abi = /* abi as generated by the compiler */; var ClientReceipt = web3.eth.contract(abi); - var clientReceipt = ClientReceipt.at("0x123" /* string of address */); + var clientReceipt = ClientReceipt.at("0x1234...ab67" /* address */); var event = clientReceipt.Deposit(); -- cgit v1.2.3