Skip to content

Commit 1808ccc

Browse files
committed
remove redundant call
1 parent fab5c9c commit 1808ccc

File tree

1 file changed

+0
-1
lines changed
  • electrum/plugins/psbt_nostr

1 file changed

+0
-1
lines changed

electrum/plugins/psbt_nostr/qml.py

-1
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,6 @@ def reject_psbt(self, event_id):
154154
self.user_prompt_cooldown = now() + USER_PROMPT_COOLDOWN
155155
self.mark_pending_event_rcvd(event_id)
156156
self.add_transaction_to_wallet(self.tx, on_failure=self.on_add_fail)
157-
self.wallet.save_db()
158157

159158
def on_add_fail(self):
160159
self.logger.error('failed to add tx to wallet')

0 commit comments

Comments
 (0)