parent
00afc7b9d9
commit
bb7ca57979
@ -1,15 +0,0 @@ |
|||||||
|
|
||||||
var Whisper = function () { |
|
||||||
} |
|
||||||
|
|
||||||
Whisper.prototype.methods = function () { |
|
||||||
return { |
|
||||||
shh_version: this.shh_version.bind(this) |
|
||||||
} |
|
||||||
} |
|
||||||
|
|
||||||
Whisper.prototype.shh_version = function (payload, cb) { |
|
||||||
cb(null, 5) |
|
||||||
} |
|
||||||
|
|
||||||
module.exports = Whisper |
|
Loading…
Reference in new issue