forked from bitcoinafterlife/bal-electrum-plugin
fixed transaction dialog import and removed unused payment_identifier
This commit is contained in:
3
qt.py
3
qt.py
@@ -286,6 +286,7 @@ from electrum.plugin import (
|
||||
hook,
|
||||
run_hook)
|
||||
from electrum.transaction import (
|
||||
SerializationError,
|
||||
Transaction,
|
||||
tx_from_any)
|
||||
from electrum.util import (
|
||||
@@ -844,7 +845,7 @@ class BalWindow(Logger):
|
||||
parent=parent,
|
||||
prompt_if_unsaved=prompt_if_unsaved,
|
||||
external_keypairs=external_keypairs,
|
||||
payment_identifier=payment_identifier,
|
||||
#payment_identifier=payment_identifier,
|
||||
)
|
||||
d.setWindowIcon(read_QIcon("bal32x32.png"))
|
||||
except SerializationError as e:
|
||||
|
||||
Reference in New Issue
Block a user