mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2024-11-19 09:50:15 +01:00
TST: fix
This commit is contained in:
parent
ec85833877
commit
0adbe19495
@ -362,6 +362,10 @@ export class AbstractWallet {
|
||||
return false;
|
||||
}
|
||||
|
||||
isBIP47Enabled(): boolean {
|
||||
return false;
|
||||
}
|
||||
|
||||
async wasEverUsed(): Promise<boolean> {
|
||||
throw new Error('Not implemented');
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user