From fd8f192dbd8879a63974468b3be98a7a85553465 Mon Sep 17 00:00:00 2001 From: Christopher Jeffrey Date: Fri, 1 Aug 2014 15:55:21 -0700 Subject: [PATCH] paypro: minor --- js/models/core/Wallet.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/models/core/Wallet.js b/js/models/core/Wallet.js index 318dc48cf..47646ab03 100644 --- a/js/models/core/Wallet.js +++ b/js/models/core/Wallet.js @@ -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