.give will send dms again

This commit is contained in:
Kwoth
2022-04-27 00:36:27 +02:00
parent 0f68abcac9
commit 24a9a02cc3
4 changed files with 19 additions and 10 deletions

View File

@@ -8,7 +8,6 @@ public interface IWallet
public Task<bool> Take(long amount, TxData txData);
public Task Add(long amount, TxData txData);
// todo message
public async Task<bool> Transfer(
long amount,
IWallet to,