paypro: minor

This commit is contained in:
Christopher Jeffrey 2014-08-01 15:55:21 -07:00 committed by Manuel Araoz
commit fd8f192dbd

View file

@ -975,7 +975,7 @@ Wallet.prototype.sendPaymentTx = function(ntxid, options, cb) {
var refund_outputs = [];
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) {
// pubkey needs to be ripesha'd