mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-02-12 23:26:39 +00:00
remove unnecessary from
This commit is contained in:
parent
cf43c15f4b
commit
40154b3060
@ -32,8 +32,8 @@ class Blockchain extends React.Component {
|
|||||||
|
|
||||||
var value = parseInt(this.state.valueSet, 10);
|
var value = parseInt(this.state.valueSet, 10);
|
||||||
|
|
||||||
SimpleStorage.methods.set(value).send({ from: web3.eth.defaultAccount });
|
SimpleStorage.methods.set(value).send();
|
||||||
this._addToLog("SimpleStorage.methods.set(value).send({from: web3.eth.defaultAccount})");
|
this._addToLog("SimpleStorage.methods.set(value).send()");
|
||||||
}
|
}
|
||||||
|
|
||||||
getValue(e) {
|
getValue(e) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user