mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-23 14:40:36 +01:00
fix hub contract
This commit is contained in:
parent
dabf1d4159
commit
0291766588
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ namespace BTCPayApp.CommonServer
|
|||
public interface IBTCPayAppServerClient
|
||||
{
|
||||
Task OnTransactionDetected(string txid);
|
||||
void NewBlock(string block);
|
||||
Task NewBlock(string block);
|
||||
}
|
||||
|
||||
public interface IBTCPayAppServerHub
|
||||
|
|
Loading…
Add table
Reference in a new issue