small backup change

This commit is contained in:
Fabian Vogelsteller 2017-03-20 18:25:36 +01:00
parent e199b68b8c
commit dbdbd3c803
No known key found for this signature in database
GPG Key ID: E51EADA77F1A4124
1 changed files with 1 additions and 1 deletions

View File

@ -467,7 +467,7 @@ Example
var MyContract = new web3.eth.contract(abi, address); var MyContract = new web3.eth.contract(abi, address);
MyContract.methods.myFunction().call() MyContract.methods.myFunction().call()
.then(console.log); .then(console.log);
> { > Result {
myNumber: '23456', myNumber: '23456',
myString: 'Hello!%', myString: 'Hello!%',
0: '23456', // those are here as fallback, if the name is not know or given 0: '23456', // those are here as fallback, if the name is not know or given