You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These should be factored out, probably to a constant in names.py. The same might be necessary for the identifier size limit. Thanks to Zoltan Konder for noticing this.
The text was updated successfully, but these errors were encountered:
The 520-byte value size limit shows up in a few places in the source:
electrum-nmc/electrum_nmc/electrum/gui/qt/configure_dns_dialog.py
Line 657 in 3a56875
electrum-nmc/electrum_nmc/electrum/gui/qt/forms/configurenamedialog.ui
Line 139 in 3a56875
electrum-nmc/electrum_nmc/electrum/gui/qt/forms/dnsdialog.ui
Line 1148 in 3a56875
electrum-nmc/electrum_nmc/electrum/names.py
Line 128 in 3a56875
These should be factored out, probably to a constant in
names.py
. The same might be necessary for the identifier size limit. Thanks to Zoltan Konder for noticing this.The text was updated successfully, but these errors were encountered: