mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-24 13:46:43 +00:00
update from expanse-project to org
This commit is contained in:
parent
85fab62294
commit
1299522681
2 changed files with 2 additions and 2 deletions
2
.gitmodules
vendored
2
.gitmodules
vendored
|
|
@ -1,3 +1,3 @@
|
|||
[submodule "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
|
||||
|
|
|
|||
|
|
@ -1874,7 +1874,7 @@ module.exports = function (str, isNew) {
|
|||
if (str.substr(0, 2) === '0x' && !isNew) {
|
||||
console.warn('requirement of using web3.fromAscii before sha3 is deprecated');
|
||||
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)\'');
|
||||
str = utils.toUtf8(str);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue