Fixed inability to create a wallet without an image
This commit is contained in:
@@ -6,5 +6,5 @@ public interface IWalletFactory
|
||||
{
|
||||
Task<bool> Create(string name,
|
||||
string password,
|
||||
IImageDescriptor thumbnail);
|
||||
IImageDescriptor? imageDescriptor);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user