paypro: deal with cached payment requests properly.
This commit is contained in:
parent
af12b56678
commit
decd981bce
3 changed files with 16 additions and 15 deletions
|
|
@ -17,8 +17,6 @@ angular.module('copayApp.directives')
|
|||
var uri = copay.HDPath.parseBitcoinURI(value);
|
||||
|
||||
if (uri && uri.merchant) {
|
||||
// XXX This might be unwise, it might be better to
|
||||
// create a tentative TX proposal here.
|
||||
scope.wallet.fetchPaymentTx(uri.merchant, function(err, merchantData) {
|
||||
var txp = { merchant: merchantData };
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue