This commit is contained in:
overtorment 2023-03-16 12:43:23 +00:00
parent ec85833877
commit 0adbe19495

View File

@ -362,6 +362,10 @@ export class AbstractWallet {
return false;
}
isBIP47Enabled(): boolean {
return false;
}
async wasEverUsed(): Promise<boolean> {
throw new Error('Not implemented');
}