diff --git a/js/main-unminified.js b/js/main-unminified.js index 8dd226fac..30926de75 100644 --- a/js/main-unminified.js +++ b/js/main-unminified.js @@ -118366,7 +118366,7 @@ if (web3.currentProvider && 'MetaMask' === addrKind) web3.version.getNode(function(error, node) { node && - (node.match('TestRPC') || node.match('MetaMask')) && + (node.match('TestRPC') || node.match('Geth') || node.match('MetaMask')) && (msgToSign = prefixMessage(msgToSign)), web3.eth.sign(address, msgToSign, function( err, @@ -118381,7 +118381,7 @@ if ( ((msg = node && - (node.match('TestRPC') || + (node.match('TestRPC') || node.match('Geth') || node.match('MetaMask')) ? new Buffer( msgToSign.slice(2),