ethereum-demo-tools icon indicating copy to clipboard operation
ethereum-demo-tools copied to clipboard

Rectified method names as per solidity contracts

Open rajjha opened this issue 8 years ago • 1 comments

+Geekt.then(function(instance){return instance.getAllImages();})

+Geekt.then(function(instance){return instance.getUserImages('0x6c3e007e281f6948b37c511a11e43c8026d2a16a8a45fed4e83379b66b0ab927');})

rajjha avatar Jun 09 '17 18:06 rajjha

Thanks for this. Can you remake the PR onto the dev branch though? I follow a git process described (by me) in this article :)

http://www.tectractys.com/guide-to-the-git-underground/

So all PRs must go through the dev branch unless it is an urgent "hotifx"...

Tectract avatar Jun 20 '17 09:06 Tectract