This commit is contained in:
Daniel Kronovet
2018-06-03 15:36:54 +03:00
committed by GitHub
parent 0a1a8bfb09
commit a217cd05c9
+1 -1
View File
@@ -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);