mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-03 02:35:20 +00:00
trustedcoin: (trivial) add a stub method in plugin base class
This commit is contained in:
parent
b505763867
commit
4a4b0922e5
1 changed files with 3 additions and 0 deletions
|
@ -465,6 +465,9 @@ class TrustedCoinPlugin(BasePlugin):
|
|||
self.prompt_user_for_otp(wallet, tx, on_success, on_failure)
|
||||
return wrapper
|
||||
|
||||
def prompt_user_for_otp(self, wallet, tx, on_success, on_failure) -> None:
|
||||
raise NotImplementedError()
|
||||
|
||||
@hook
|
||||
def get_tx_extra_fee(self, wallet, tx: Transaction):
|
||||
if type(wallet) != Wallet_2fa:
|
||||
|
|
Loading…
Add table
Reference in a new issue