default_will_settings
This commit is contained in:
4
bal.py
4
bal.py
@@ -9,7 +9,7 @@ from electrum.transaction import tx_from_any
|
||||
import os
|
||||
json_db.register_dict('heirs', tuple, None)
|
||||
json_db.register_dict('will', lambda x: get_will(x), None)
|
||||
json_db.register_dict('will_settings', lambda x:x, None)
|
||||
json_db.register_dict('will_settings', lambda x: x, None)
|
||||
|
||||
from electrum.logging import get_logger
|
||||
|
||||
@@ -132,3 +132,5 @@ class BalPlugin(BasePlugin):
|
||||
will_settings['locktime']='1y'
|
||||
return will_settings
|
||||
|
||||
def default_will_settings(self):
|
||||
return {}
|
||||
|
||||
Reference in New Issue
Block a user