Skip to content

Commit

Permalink
bug(registration): Fix incorrect function signature
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlVS committed Feb 26, 2025
1 parent 587865c commit 7996f1e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ class WalletImportWrapper extends StatefulWidget {
final void Function({
required String name,
required String password,
required String seed,
}) onCreate;
final void Function({
required String name,
Expand Down

0 comments on commit 7996f1e

Please sign in to comment.