Ensure new wallets show up in the menu

This commit is contained in:
TheXamlGuy
2024-06-10 22:47:04 +01:00
parent 6c210a2236
commit 14ab366d67
6 changed files with 17 additions and 15 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
namespace Wallet;
public record Wallet<TValue>(TValue Value);
public record Wallet<TSender>(TSender Sender);
public record Wallet;