paypro: minor

This commit is contained in:
Christopher Jeffrey 2014-08-01 15:55:21 -07:00 committed by Manuel Araoz
parent 6ef3cf2992
commit fd8f192dbd
1 changed files with 1 additions and 1 deletions

View File

@ -975,7 +975,7 @@ Wallet.prototype.sendPaymentTx = function(ntxid, options, cb) {
var refund_outputs = []; var refund_outputs = [];
options.refund_to = options.refund_to options.refund_to = options.refund_to
|| self.publicKeyRing.getPubKeys(0, false, this.getMyCopayerId())[0]; || this.publicKeyRing.getPubKeys(0, false, this.getMyCopayerId())[0];
if (options.refund_to) { if (options.refund_to) {
// pubkey needs to be ripesha'd // pubkey needs to be ripesha'd