[#5991] Dapp cant recognise Status as web3 provider with enabled Web3 OptIn Access

Signed-off-by: yenda <eric@status.im>
This commit is contained in:
Andrey Shovkoplyas 2018-09-26 12:52:03 +02:00 committed by yenda
parent a4cb8b7259
commit 2346c0ded7
No known key found for this signature in database
GPG Key ID: 0095623C0069DCE6
1 changed files with 1 additions and 0 deletions

View File

@ -84,6 +84,7 @@ function getSyncResponse (payload) {
var ReadOnlyProvider = function () {};
ReadOnlyProvider.prototype.isStatus = true;
ReadOnlyProvider.prototype.isConnected = function () { return true; };
ReadOnlyProvider.prototype.send = function (payload) {