From 4c121364708642be0aa2528978414377f5fb7b1b Mon Sep 17 00:00:00 2001 From: svatantrya Date: Sat, 24 Jan 2026 19:50:41 -0400 Subject: [PATCH] release --- VERSION | 2 +- bal.py | 3 ++- heirs.py | 1 - manifest.json | 2 +- qt.py | 3 ++- willexecutors.py | 2 +- 6 files changed, 7 insertions(+), 6 deletions(-) diff --git a/VERSION b/VERSION index ee50b10..7179039 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.2.2d +0.2.3 diff --git a/bal.py b/bal.py index a685189..6e55d97 100644 --- a/bal.py +++ b/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) diff --git a/heirs.py b/heirs.py index 6a9bd5c..1408a36 100644 --- a/heirs.py +++ b/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, diff --git a/manifest.json b/manifest.json index 3257617..e46b190 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "BAL", "fullname": "Bitcoin After Life", - "description": "Provides free and decentralized inheritance support
Version: 0.2.2d", + "description": "Provides free and decentralized inheritance support
Version: 0.2.3", "author":"Svatantrya", "available_for": ["qt"], "icon":"icons/bal32x32.png" diff --git a/qt.py b/qt.py index 0deb544..9687a08 100644 --- a/qt.py +++ b/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: diff --git a/willexecutors.py b/willexecutors.py index a86e6f9..07f42a1 100644 --- a/willexecutors.py +++ b/willexecutors.py @@ -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():