|
@ -40,7 +40,7 @@ AddressManager.prototype._incrementIndex = function(isChange) { |
|
|
|
|
|
|
|
|
AddressManager.prototype.getCurrentAddressPath = function(isChange) { |
|
|
AddressManager.prototype.getCurrentAddressPath = function(isChange) { |
|
|
return 'm/' + |
|
|
return 'm/' + |
|
|
(this.copayerIndex || SHARED_INDEX) + '/' + |
|
|
this.copayerIndex + '/' + |
|
|
(isChange ? 1 : 0) + '/' + |
|
|
(isChange ? 1 : 0) + '/' + |
|
|
(isChange ? this.changeAddressIndex : this.receiveAddressIndex); |
|
|
(isChange ? this.changeAddressIndex : this.receiveAddressIndex); |
|
|
}; |
|
|
}; |
|
|