mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-21 15:29:27 +00:00
Update path to web3 library
This commit is contained in:
parent
f7c3c7eda4
commit
d11fabd2ef
1 changed files with 1 additions and 1 deletions
|
|
@ -205,7 +205,7 @@ Rectangle {
|
||||||
itemSelector.popup()
|
itemSelector.popup()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
experimental.userScripts: ["../ext/q.js", "../ext/ethereum.js/lib/web3.js", "../ext/ethereum.js/lib/qt.js", "../ext/setup.js"]
|
experimental.userScripts: ["../ext/q.js", "../ext/ethereum.js/dist/ethereum.min.js", "../ext/setup.js"]
|
||||||
experimental.onMessageReceived: {
|
experimental.onMessageReceived: {
|
||||||
//console.log("[onMessageReceived]: ", message.data)
|
//console.log("[onMessageReceived]: ", message.data)
|
||||||
var data = JSON.parse(message.data)
|
var data = JSON.parse(message.data)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue