mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-03-04 04:13:49 +01:00
TST: fix
This commit is contained in:
parent
ec85833877
commit
0adbe19495
1 changed files with 4 additions and 0 deletions
|
@ -362,6 +362,10 @@ export class AbstractWallet {
|
|||
return false;
|
||||
}
|
||||
|
||||
isBIP47Enabled(): boolean {
|
||||
return false;
|
||||
}
|
||||
|
||||
async wasEverUsed(): Promise<boolean> {
|
||||
throw new Error('Not implemented');
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue