mirror of
https://github.com/DanielPollithy/bluetooth_drone.git
synced 2025-10-16 11:45:38 +00:00
d3 update
This commit is contained in:
parent
9d94a73b09
commit
c5b88620d5
@ -17,7 +17,7 @@ var settings = require('./settings');
|
|||||||
|
|
||||||
web3 = new Web3(new Web3.providers.HttpProvider(settings.node_url));
|
web3 = new Web3(new Web3.providers.HttpProvider(settings.node_url));
|
||||||
|
|
||||||
web3.personal.unlockAccount(drone_eth_address, "123", '0x249F0');
|
web3.personal.unlockAccount(station_owner_eth_address, "123", '0x249F0');
|
||||||
|
|
||||||
var contract = web3.eth.contract(settings.ABI).at(station_eth_address);
|
var contract = web3.eth.contract(settings.ABI).at(station_eth_address);
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user