We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fab5c9c commit 1808cccCopy full SHA for 1808ccc
electrum/plugins/psbt_nostr/qml.py
@@ -154,7 +154,6 @@ def reject_psbt(self, event_id):
154
self.user_prompt_cooldown = now() + USER_PROMPT_COOLDOWN
155
self.mark_pending_event_rcvd(event_id)
156
self.add_transaction_to_wallet(self.tx, on_failure=self.on_add_fail)
157
- self.wallet.save_db()
158
159
def on_add_fail(self):
160
self.logger.error('failed to add tx to wallet')
0 commit comments