update from expanse-project to org

This commit is contained in:
Christopher Franko 2015-10-13 12:59:29 -04:00
parent 85fab62294
commit 1299522681
2 changed files with 2 additions and 2 deletions

2
.gitmodules vendored
View file

@ -1,3 +1,3 @@
[submodule "cmd/mist/assets/ext/expanse.js"] [submodule "cmd/mist/assets/ext/expanse.js"]
path = cmd/mist/assets/ext/expanse.js path = cmd/mist/assets/ext/expanse.js
url = https://github.com/expanse-project/web3.js url = https://github.com/expanse-org/web3.js

View file

@ -1874,7 +1874,7 @@ module.exports = function (str, isNew) {
if (str.substr(0, 2) === '0x' && !isNew) { if (str.substr(0, 2) === '0x' && !isNew) {
console.warn('requirement of using web3.fromAscii before sha3 is deprecated'); console.warn('requirement of using web3.fromAscii before sha3 is deprecated');
console.warn('new usage: \'web3.sha3("hello")\''); console.warn('new usage: \'web3.sha3("hello")\'');
console.warn('see https://github.com/expanse-project/web3.js/pull/205'); console.warn('see https://github.com/expanse-org/web3.js/pull/205');
console.warn('if you need to hash hex value, you can do \'sha3("0xfff", true)\''); console.warn('if you need to hash hex value, you can do \'sha3("0xfff", true)\'');
str = utils.toUtf8(str); str = utils.toUtf8(str);
} }