added a bech32 address to the #wallet section of coinb.in

This commit is contained in:
OutCast3k
2018-06-11 16:23:18 +00:00
parent 734e6b2eeb
commit 5a65a77bd2
4 changed files with 47 additions and 20 deletions
-1
View File
@@ -1033,7 +1033,6 @@
var self = this;
this.listUnspent(address, function(data){
var s = coinjs.script();
var pubkeyScript = s.pubkeyHash(address);
var value = 0;
var total = 0;
var x = {};