Guest User

Untitled

a guest
Jul 18th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. web3.eth.getBalance()
  2. .then(function (balance) {
  3. console.log(balance);
  4. }).catch(function(e) {
  5. console.log(e); // This is never called
  6. });
Add Comment
Please, Sign In to add comment