mirror of
https://github.com/ok2/coinbin.git
synced 2026-04-18 08:44:03 +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); };
|
||||
} else {
|
||||
address_fun = function(pk) {
|
||||
return {'address': coinjs.pubkey2address(pubkey), 'redeemscript': ''};
|
||||
return {'address': coinjs.pubkey2address(pk), 'redeemscript': ''};
|
||||
};
|
||||
}
|
||||
if(this.type=='private'){
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user