inpage-prov - sync error - fix link

feature/default_network_editable
kumavis 8 years ago
parent a26d682976
commit c0f7c49105
  1. 2
      app/scripts/lib/inpage-provider.js

@ -58,7 +58,7 @@ MetamaskInpageProvider.prototype.send = function (payload) {
// throw not-supported Error
default:
var message = 'The MetaMask Web3 object does not support synchronous methods. See https://github.com/MetaMask/faq#all-async---think-of-metamask-as-a-light-client for details.'
var message = 'The MetaMask Web3 object does not support synchronous methods. See https://github.com/MetaMask/faq/blob/master/DEVELOPERS.md#all-async---think-of-metamask-as-a-light-client for details.'
throw new Error(message)
}

Loading…
Cancel
Save