release
This commit is contained in:
3
bal.py
3
bal.py
@@ -9,7 +9,8 @@ from electrum.transaction import tx_from_any
|
||||
|
||||
|
||||
def get_will_settings(x):
|
||||
print(x)
|
||||
#print(x)
|
||||
pass
|
||||
|
||||
|
||||
json_db.register_dict("heirs", tuple, None)
|
||||
|
||||
1
heirs.py
1
heirs.py
@@ -138,7 +138,6 @@ def prepare_transactions(locktimes, available_utxos, fees, wallet):
|
||||
outputs.append(change)
|
||||
for i in range(0, 100):
|
||||
random.shuffle(outputs)
|
||||
print(outputs)
|
||||
tx = PartialTransaction.from_io(
|
||||
used_utxos,
|
||||
outputs,
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "BAL",
|
||||
"fullname": "Bitcoin After Life",
|
||||
"description": "Provides free and decentralized inheritance support<br> Version: 0.2.2d",
|
||||
"description": "Provides free and decentralized inheritance support<br> Version: 0.2.3",
|
||||
"author":"Svatantrya",
|
||||
"available_for": ["qt"],
|
||||
"icon":"icons/bal32x32.png"
|
||||
|
||||
3
qt.py
3
qt.py
@@ -131,6 +131,7 @@ from electrum.gui.qt.util import (
|
||||
from electrum.i18n import _
|
||||
from electrum.logging import Logger, get_logger
|
||||
from electrum.network import BestEffortRequestFailed, Network, TxBroadcastError
|
||||
from electrum.payment_identifier import PaymentIdentifier
|
||||
from electrum.plugin import hook, run_hook
|
||||
from electrum.transaction import SerializationError, Transaction, tx_from_any
|
||||
from electrum.util import (
|
||||
@@ -174,7 +175,7 @@ class Plugin(BalPlugin, Logger):
|
||||
|
||||
@hook
|
||||
def init_qt(self, gui_object):
|
||||
self.logger.info("HOOK init qt")
|
||||
self.logger.info("HOOK bal init qt")
|
||||
try:
|
||||
self.gui_object = gui_object
|
||||
for window in gui_object.windows:
|
||||
|
||||
@@ -35,7 +35,7 @@ class Willexecutors:
|
||||
continue
|
||||
Willexecutors.initialize_willexecutor(willexecutors[w], w)
|
||||
for w in to_del:
|
||||
print("ERROR: WILLEXECUTOR TO DELETE:", w)
|
||||
_logger.error("error Willexecutor to delete type:{} ", type(willexecutor[w]),w)
|
||||
del willexecutors[w]
|
||||
bal = bal_plugin.WILLEXECUTORS.default.get(constants.net.NET_NAME, {})
|
||||
for bal_url, bal_executor in bal.items():
|
||||
|
||||
Reference in New Issue
Block a user