This commit is contained in:
2026-01-24 19:50:41 -04:00
parent a918c5564d
commit 4c12136470
6 changed files with 7 additions and 6 deletions

View File

@@ -1 +1 @@
0.2.2d
0.2.3

3
bal.py
View File

@@ -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)

View File

@@ -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,

View File

@@ -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
View File

@@ -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:

View File

@@ -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():