mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
commit
ef8fb63b31
@ -774,7 +774,7 @@ The use in the JavaScript API would be as follows:
|
||||
// watch for changes
|
||||
event.watch(function(error, result){
|
||||
// result will contain various information
|
||||
// including the argumets given to the `Deposit`
|
||||
// including the arguments given to the `Deposit`
|
||||
// call.
|
||||
if (!error)
|
||||
console.log(result);
|
||||
|
Loading…
Reference in New Issue
Block a user