Skip to content

Commit

Permalink
set back bigger amount to transfer
Browse files Browse the repository at this point in the history
  • Loading branch information
kumulynja committed Jun 21, 2024
1 parent c4f820b commit 3bae24e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ class _PayJoinState extends State<PayJoin> {
onPressed: () async {
final address = (await receiver.getNewAddress()).address;
final res = await payJoinLibrary.buildPjUri(
0.00008328, await address.toQrUri());
0.0083285, await address.toQrUri());
setState(() {
pjUri = res;
displayText = res;
Expand Down

0 comments on commit 3bae24e

Please sign in to comment.