parent
0b34718876
commit
fe70b95a33
@ -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