aboutsummaryrefslogtreecommitdiff
path: root/src/wallet.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/wallet.ts')
-rw-r--r--src/wallet.ts2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/wallet.ts b/src/wallet.ts
index 971fa6700..988ed32df 100644
--- a/src/wallet.ts
+++ b/src/wallet.ts
@@ -172,7 +172,6 @@ interface PayReq {
exchange: string;
refund_deadline: string;
timestamp: string;
- transaction_id: number;
pay_deadline: string;
/**
* Merchant instance identifier that should receive the
@@ -562,7 +561,6 @@ export class Wallet {
refund_deadline: offer.contract.refund_deadline,
pay_deadline: offer.contract.pay_deadline,
timestamp: offer.contract.timestamp,
- transaction_id: offer.contract.transaction_id,
instance: offer.contract.merchant.instance
};
let t: TransactionRecord = {