named wallet sync track txo stats

This commit is contained in:
Mononaut
2024-09-30 21:01:10 +00:00
parent 9c303e8c23
commit 756e4356a5
2 changed files with 37 additions and 12 deletions

View File

@@ -305,7 +305,7 @@ class ElectrsApi implements AbstractBitcoinApi {
}
$getAddress(address: string): Promise<IEsploraApi.Address> {
throw new Error('Method getAddress not implemented.');
return this.failoverRouter.$get<IEsploraApi.Address>('/address/' + address);
}
$getAddressTransactions(address: string, txId?: string): Promise<IEsploraApi.Transaction[]> {