Skip to content

Commit

Permalink
fix for error on payment history page
Browse files Browse the repository at this point in the history
  • Loading branch information
janoside committed Aug 19, 2019
1 parent 1820a54 commit f9e2074
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion views/payment-history.pug
Expand Up @@ -144,7 +144,6 @@ block content

td
- var destinationNodePubkey = payment.path[payment.path.length - 1];
- var destNode = fullNetworkDescription.nodeInfoByPubkey[destinationNodePubkey].node;
- var card_node_pubkey = destinationNodePubkey;
include ./includes/node-card.pug

Expand Down

0 comments on commit f9e2074

Please sign in to comment.