Skip to content

Commit

Permalink
Merge pull request #384 from DanGould/fix-toast
Browse files Browse the repository at this point in the history
Don't display txid in toast
  • Loading branch information
i5hi authored Dec 24, 2024
2 parents 06d4e70 + cc79da7 commit 0545a5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/_pkg/payjoin/event.dart
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ class _PayjoinEventListenerState extends State<PayjoinEventListener> {
if (event is PayjoinBroadcastEvent) {
showToastWidget(
position: ToastPosition.top,
AlertUI(text: 'Payjoin transaction broadcast: ${event.txid}'),
const AlertUI(text: 'Payjoin transaction detected'),
animationCurve: Curves.decelerate,
);
}
Expand Down

0 comments on commit 0545a5d

Please sign in to comment.