Fixed inability to create a wallet without an image

This commit is contained in:
TheXamlGuy
2024-07-02 11:58:07 +01:00
parent 840d8fb679
commit de1cd3db55
5 changed files with 18 additions and 14 deletions
+1 -1
View File
@@ -6,5 +6,5 @@ public interface IWalletFactory
{
Task<bool> Create(string name,
string password,
IImageDescriptor thumbnail);
IImageDescriptor? imageDescriptor);
}