Skip to content

Commit

Permalink
feat(mutinynet): remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
thebrandonlucas committed Apr 23, 2024
1 parent 8ee3dee commit 0eab68a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/screens/Send/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ function Send() {
state: { args: { bitcoinAddress: invoice } },
});
} else {
decodeLightningInvoice(invoice); // throws if invalid.
decodeLightningInvoice(invoice);
navigate("/confirmPayment", {
state: {
args: {
Expand Down

0 comments on commit 0eab68a

Please sign in to comment.