mirror of
https://github.com/status-im/contracts.git
synced 2025-02-23 03:58:42 +00:00
small fix
This commit is contained in:
parent
3477b7b24c
commit
af17134f3e
@ -26,9 +26,8 @@ class TestTokenUI extends React.Component {
|
||||
TestToken.methods.mint(value).send({from: web3.eth.defaultAccount});
|
||||
} else {
|
||||
TestToken.mint(value);
|
||||
this._addToLog("#blockchain", "TestToken.mint(" + value + ")");
|
||||
}
|
||||
this._addToLog(TestToken.options.address +".mint("+value+").send({from: " + web3.eth.defaultAccount + "})");
|
||||
console.log(TestToken.options.address +".mint("+value+").send({from: " + web3.eth.defaultAccount + "})");
|
||||
}
|
||||
|
||||
render(){
|
||||
|
Loading…
x
Reference in New Issue
Block a user