fix hub contract

This commit is contained in:
Kukks 2023-08-18 13:40:07 +02:00 committed by Dennis Reimann
parent dabf1d4159
commit 0291766588
No known key found for this signature in database
GPG key ID: 5009E1797F03F8D0

View file

@ -6,7 +6,7 @@ namespace BTCPayApp.CommonServer
public interface IBTCPayAppServerClient public interface IBTCPayAppServerClient
{ {
Task OnTransactionDetected(string txid); Task OnTransactionDetected(string txid);
void NewBlock(string block); Task NewBlock(string block);
} }
public interface IBTCPayAppServerHub public interface IBTCPayAppServerHub