mirror of
https://github.com/ok2/coinbin.git
synced 2026-04-24 03:34:02 +02:00
Merge branch 'hdwallet_bech32' into full_featured
This commit is contained in:
commit
06054a7000
@ -726,7 +726,7 @@
|
|||||||
address_fun = function(pk) { return coinjs.segwitAddress(pk); };
|
address_fun = function(pk) { return coinjs.segwitAddress(pk); };
|
||||||
} else {
|
} else {
|
||||||
address_fun = function(pk) {
|
address_fun = function(pk) {
|
||||||
return {'address': coinjs.pubkey2address(pubkey), 'redeemscript': ''};
|
return {'address': coinjs.pubkey2address(pk), 'redeemscript': ''};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
if(this.type=='private'){
|
if(this.type=='private'){
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user