diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 279df4b1..ad2008a5 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -149,7 +149,7 @@ issue #3374. Users should upgrade to 3.0.5. # Release 2.9 - Independence (July 27th, 2017) * Multiple Chain Validation: Electrum will download and validate block headers sent by servers that may follow different branches - of a fork in the Bitcoin blockchain. Instead of a linear sequence, + of a fork in the ZClassic blockchain. Instead of a linear sequence, block headers are organized in a tree structure. Branching points are located efficiently using binary search. The purpose of MCV is to detect and handle blockchain forks that are invisible to the @@ -311,7 +311,7 @@ issue #3374. Users should upgrade to 3.0.5. wallet that has several accounts. Make sure that you have saved your seed phrase before you upgrade Electrum. * This version introduces a separation between wallets types and - keystores types. 'Wallet type' defines the type of Bitcoin contract + keystores types. 'Wallet type' defines the type of ZClassic contract used in the wallet, while 'keystore type' refers to the method used to store private keys. Therefore, so-called 'hardware wallets' will be referred to as 'hardware keystores'. @@ -444,13 +444,13 @@ issue #3374. Users should upgrade to 3.0.5. * Various GUI improvements # Release 2.4 - * Payment to DNS names storing a Bitcoin addresses (OpenAlias) is + * Payment to DNS names storing a ZClassic addresses (OpenAlias) is supported directly, without activating a plugin. The verification uses DNSSEC. * The DNSSEC verification code was rewritten. The previous code, which was part of the OpenAlias plugin, is vulnerable and should not be trusted (Electrum 2.0 to 2.3). - * Payment requests can be signed using Bitcoin addresses stored + * Payment requests can be signed using ZClassic addresses stored in DNS (OpenAlias). The identity of the requestor is verified using DNSSEC. * Payment requests signed with OpenAlias keys can be shared as diff --git a/electrum-zclassic b/electrum-zclassic index e30cfe48..561e2fef 100755 --- a/electrum-zclassic +++ b/electrum-zclassic @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # -*- mode: python -*- # -# Electrum - lightweight Bitcoin client +# Electrum - lightweight ZClassic client # Copyright (C) 2011 thomasv@gitorious # # Permission is hereby granted, free of charge, to any person diff --git a/electrum-zclassic.desktop b/electrum-zclassic.desktop index c1a934f6..c1f7d988 100644 --- a/electrum-zclassic.desktop +++ b/electrum-zclassic.desktop @@ -7,8 +7,8 @@ Exec=sh -c "PATH=\"\\$HOME/.local/bin:\\$PATH\" electrum-zclassic %u" GenericName[en_US]=Zclassic Wallet GenericName=Zclassic Wallet Icon=electrum-zclassic.png -Name[en_US]=Electrum-Zclassic Bitcoin Wallet -Name=Electrum-Zclassic Bitcoin Wallet +Name[en_US]=Electrum-Zclassic Wallet +Name=Electrum-Zclassic Wallet Categories=Finance;Network; StartupNotify=false Terminal=false diff --git a/gui/kivy/__init__.py b/gui/kivy/__init__.py index fd9e6110..62e341c4 100644 --- a/gui/kivy/__init__.py +++ b/gui/kivy/__init__.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Electrum - lightweight Bitcoin client +# Electrum - lightweight ZClassic client # Copyright (C) 2012 thomasv@gitorious # # Permission is hereby granted, free of charge, to any person diff --git a/gui/qt/__init__.py b/gui/qt/__init__.py index 12f9e4ee..853a6d9a 100644 --- a/gui/qt/__init__.py +++ b/gui/qt/__init__.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Electrum - lightweight Bitcoin client +# Electrum - lightweight ZClassic client # Copyright (C) 2012 thomasv@gitorious # # Permission is hereby granted, free of charge, to any person diff --git a/gui/qt/address_dialog.py b/gui/qt/address_dialog.py index c24bf702..9fbc3b20 100644 --- a/gui/qt/address_dialog.py +++ b/gui/qt/address_dialog.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Electrum - lightweight Bitcoin client +# Electrum - lightweight ZClassic client # Copyright (C) 2012 thomasv@gitorious # # Permission is hereby granted, free of charge, to any person diff --git a/gui/qt/address_list.py b/gui/qt/address_list.py index be82465a..a4592e1e 100644 --- a/gui/qt/address_list.py +++ b/gui/qt/address_list.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Electrum - lightweight Bitcoin client +# Electrum - lightweight ZClassic client # Copyright (C) 2015 Thomas Voegtlin # # Permission is hereby granted, free of charge, to any person diff --git a/gui/qt/completion_text_edit.py b/gui/qt/completion_text_edit.py index a131712e..7c13597e 100644 --- a/gui/qt/completion_text_edit.py +++ b/gui/qt/completion_text_edit.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Electrum - lightweight Bitcoin client +# Electrum - lightweight ZClassic client # Copyright (C) 2018 The Electrum developers # # Permission is hereby granted, free of charge, to any person diff --git a/gui/qt/contact_list.py b/gui/qt/contact_list.py index 309805ec..02a07973 100644 --- a/gui/qt/contact_list.py +++ b/gui/qt/contact_list.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Electrum - lightweight Bitcoin client +# Electrum - lightweight ZClassic client # Copyright (C) 2015 Thomas Voegtlin # # Permission is hereby granted, free of charge, to any person diff --git a/gui/qt/exception_window.py b/gui/qt/exception_window.py index f85300e9..229e118a 100644 --- a/gui/qt/exception_window.py +++ b/gui/qt/exception_window.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Electrum - lightweight Bitcoin client +# Electrum - lightweight ZClassic client # # Permission is hereby granted, free of charge, to any person # obtaining a copy of this software and associated documentation files diff --git a/gui/qt/history_list.py b/gui/qt/history_list.py index 4ff5b987..44a79258 100644 --- a/gui/qt/history_list.py +++ b/gui/qt/history_list.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Electrum - lightweight Bitcoin client +# Electrum - lightweight ZClassic client # Copyright (C) 2015 Thomas Voegtlin # # Permission is hereby granted, free of charge, to any person diff --git a/gui/qt/invoice_list.py b/gui/qt/invoice_list.py index 150d769e..7d121e5a 100644 --- a/gui/qt/invoice_list.py +++ b/gui/qt/invoice_list.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Electrum - lightweight Bitcoin client +# Electrum - lightweight ZClassic client # Copyright (C) 2015 Thomas Voegtlin # # Permission is hereby granted, free of charge, to any person diff --git a/gui/qt/main_window.py b/gui/qt/main_window.py index dc67d0cd..b5b3c019 100644 --- a/gui/qt/main_window.py +++ b/gui/qt/main_window.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Electrum - lightweight Bitcoin client +# Electrum - lightweight ZClassic client # Copyright (C) 2012 thomasv@gitorious # # Permission is hereby granted, free of charge, to any person @@ -569,7 +569,7 @@ class ElectrumWindow(QMainWindow, MessageBoxMixin, PrintError): def show_about(self): QMessageBox.about(self, "Electrum-Zclassic", _("Version")+" %s" % (self.wallet.electrum_version) + "\n\n" + - _("Electrum-Zclassic focus is speed, with low resource usage and simplifying Bitcoin. You do not need to perform regular backups, because your wallet can be recovered from a secret phrase that you can memorize or write on paper. Startup times are instant because it operates in conjunction with high-performance servers that handle the most complicated parts of the Bitcoin system." + "\n\n" + + _("Electrum-Zclassic focus is speed, with low resource usage and simplifying ZClassic. You do not need to perform regular backups, because your wallet can be recovered from a secret phrase that you can memorize or write on paper. Startup times are instant because it operates in conjunction with high-performance servers that handle the most complicated parts of the ZClassic system." + "\n\n" + _("Uses icons from the Icons8 icon pack (icons8.com)."))) def show_report_bug(self): diff --git a/gui/qt/network_dialog.py b/gui/qt/network_dialog.py index 3c9689da..e5c5954d 100644 --- a/gui/qt/network_dialog.py +++ b/gui/qt/network_dialog.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Electrum - lightweight Bitcoin client +# Electrum - lightweight ZClassic client # Copyright (C) 2012 thomasv@gitorious # # Permission is hereby granted, free of charge, to any person diff --git a/gui/qt/password_dialog.py b/gui/qt/password_dialog.py index 046d0626..fbe25fc0 100644 --- a/gui/qt/password_dialog.py +++ b/gui/qt/password_dialog.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Electrum - lightweight Bitcoin client +# Electrum - lightweight ZClassic client # Copyright (C) 2013 ecdsa@github # # Permission is hereby granted, free of charge, to any person diff --git a/gui/qt/paytoedit.py b/gui/qt/paytoedit.py index 01a7b0ed..5c1bceda 100644 --- a/gui/qt/paytoedit.py +++ b/gui/qt/paytoedit.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Electrum - lightweight Bitcoin client +# Electrum - lightweight ZClassic client # Copyright (C) 2012 thomasv@gitorious # # Permission is hereby granted, free of charge, to any person diff --git a/gui/qt/qrwindow.py b/gui/qt/qrwindow.py index 9761f797..d3d29903 100644 --- a/gui/qt/qrwindow.py +++ b/gui/qt/qrwindow.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Electrum - lightweight Bitcoin client +# Electrum - lightweight ZClassic client # Copyright (C) 2014 Thomas Voegtlin # # Permission is hereby granted, free of charge, to any person diff --git a/gui/qt/request_list.py b/gui/qt/request_list.py index d70d1c62..bfdc5210 100644 --- a/gui/qt/request_list.py +++ b/gui/qt/request_list.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Electrum - lightweight Bitcoin client +# Electrum - lightweight ZClassic client # Copyright (C) 2015 Thomas Voegtlin # # Permission is hereby granted, free of charge, to any person diff --git a/gui/qt/seed_dialog.py b/gui/qt/seed_dialog.py index 3edc8a33..ddba92ad 100644 --- a/gui/qt/seed_dialog.py +++ b/gui/qt/seed_dialog.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Electrum - lightweight Bitcoin client +# Electrum - lightweight ZClassic client # Copyright (C) 2013 ecdsa@github # # Permission is hereby granted, free of charge, to any person diff --git a/gui/qt/transaction_dialog.py b/gui/qt/transaction_dialog.py index f97ffe64..d63f5667 100644 --- a/gui/qt/transaction_dialog.py +++ b/gui/qt/transaction_dialog.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Electrum - lightweight Bitcoin client +# Electrum - lightweight ZClassic client # Copyright (C) 2012 thomasv@gitorious # # Permission is hereby granted, free of charge, to any person diff --git a/gui/qt/utxo_list.py b/gui/qt/utxo_list.py index 80cea10e..91ddc1b7 100644 --- a/gui/qt/utxo_list.py +++ b/gui/qt/utxo_list.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Electrum - lightweight Bitcoin client +# Electrum - lightweight ZClassic client # Copyright (C) 2015 Thomas Voegtlin # # Permission is hereby granted, free of charge, to any person diff --git a/lib/base_wizard.py b/lib/base_wizard.py index 6250dcae..f0ecc73a 100644 --- a/lib/base_wizard.py +++ b/lib/base_wizard.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Electrum - lightweight Bitcoin client +# Electrum - lightweight ZClassic client # Copyright (C) 2016 Thomas Voegtlin # # Permission is hereby granted, free of charge, to any person diff --git a/lib/bitcoin.py b/lib/bitcoin.py index 045fedb7..5b7b5ce4 100644 --- a/lib/bitcoin.py +++ b/lib/bitcoin.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Electrum - lightweight Bitcoin client +# Electrum - lightweight ZClassic client # Copyright (C) 2011 thomasv@gitorious # # Permission is hereby granted, free of charge, to any person @@ -357,7 +357,7 @@ def base_encode(v, base): result.append(chars[mod]) long_value = div result.append(chars[long_value]) - # Bitcoin does a little leading-zero-compression: + # ZClassic does a little leading-zero-compression: # leading 0-bytes in the input become leading-1s nPad = 0 for c in v: @@ -905,7 +905,7 @@ def xpub_from_xprv(xprv): def bip32_root(seed, xtype): - I = hmac.new(b"Bitcoin seed", seed, hashlib.sha512).digest() + I = hmac.new(b"ZClassic seed", seed, hashlib.sha512).digest() master_k = I[0:32] master_c = I[32:] K, cK = get_pubkeys_from_secret(master_k) diff --git a/lib/blockchain.py b/lib/blockchain.py index 679270af..6ddbd39b 100644 --- a/lib/blockchain.py +++ b/lib/blockchain.py @@ -1,4 +1,4 @@ -# Electrum - lightweight Bitcoin client +# Electrum - lightweight ZClassic client # Copyright (C) 2012 thomasv@ecdsa.org # # Permission is hereby granted, free of charge, to any person diff --git a/lib/coinchooser.py b/lib/coinchooser.py index 5d13b93e..dd9a4ea1 100644 --- a/lib/coinchooser.py +++ b/lib/coinchooser.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Electrum - lightweight Bitcoin client +# Electrum - lightweight ZClassic client # Copyright (C) 2015 kyuupichan@gmail # # Permission is hereby granted, free of charge, to any person diff --git a/lib/commands.py b/lib/commands.py index 00885e29..5fb6027d 100644 --- a/lib/commands.py +++ b/lib/commands.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Electrum - lightweight Bitcoin client +# Electrum - lightweight ZClassic client # Copyright (C) 2011 thomasv@gitorious # # Permission is hereby granted, free of charge, to any person diff --git a/lib/constants.py b/lib/constants.py index 8d3e4cee..d8d90bc9 100644 --- a/lib/constants.py +++ b/lib/constants.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Electrum - lightweight Bitcoin client +# Electrum - lightweight ZClassic client # Copyright (C) 2018 The Electrum developers # # Permission is hereby granted, free of charge, to any person diff --git a/lib/contacts.py b/lib/contacts.py index 0db4a9fc..b7857cfd 100644 --- a/lib/contacts.py +++ b/lib/contacts.py @@ -1,4 +1,4 @@ -# Electrum - Lightweight Bitcoin Client +# Electrum - Lightweight ZClassic Client # Copyright (c) 2015 Thomas Voegtlin # # Permission is hereby granted, free of charge, to any person @@ -132,4 +132,3 @@ class Contacts(dict): if _type != 'address': data.pop(k) return data - diff --git a/lib/daemon.py b/lib/daemon.py index 1cabb9b3..51d52d72 100644 --- a/lib/daemon.py +++ b/lib/daemon.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Electrum - lightweight Bitcoin client +# Electrum - lightweight ZClassic client # Copyright (C) 2015 Thomas Voegtlin # # Permission is hereby granted, free of charge, to any person diff --git a/lib/dnssec.py b/lib/dnssec.py index 6a8ac980..996c858e 100644 --- a/lib/dnssec.py +++ b/lib/dnssec.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Electrum - lightweight Bitcoin client +# Electrum - lightweight ZClassic client # Copyright (C) 2015 Thomas Voegtlin # # Permission is hereby granted, free of charge, to any person diff --git a/lib/i18n.py b/lib/i18n.py index 49adf87c..2acd348e 100644 --- a/lib/i18n.py +++ b/lib/i18n.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Electrum - lightweight Bitcoin client +# Electrum - lightweight ZClassic client # Copyright (C) 2012 thomasv@gitorious # # Permission is hereby granted, free of charge, to any person diff --git a/lib/interface.py b/lib/interface.py index b357e087..01aa869a 100644 --- a/lib/interface.py +++ b/lib/interface.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Electrum - lightweight Bitcoin client +# Electrum - lightweight ZClassic client # Copyright (C) 2011 thomasv@gitorious # # Permission is hereby granted, free of charge, to any person diff --git a/lib/jsonrpc.py b/lib/jsonrpc.py index b48d2580..7b6e58ee 100644 --- a/lib/jsonrpc.py +++ b/lib/jsonrpc.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# Electrum - lightweight Bitcoin client +# Electrum - lightweight ZClassic client # Copyright (C) 2018 Thomas Voegtlin # # Permission is hereby granted, free of charge, to any person diff --git a/lib/keystore.py b/lib/keystore.py index 9ad27852..99ac1174 100644 --- a/lib/keystore.py +++ b/lib/keystore.py @@ -1,7 +1,7 @@ #!/usr/bin/env python2 # -*- mode: python -*- # -# Electrum - lightweight Bitcoin client +# Electrum - lightweight ZClassic client # Copyright (C) 2016 The Electrum developers # # Permission is hereby granted, free of charge, to any person diff --git a/lib/mnemonic.py b/lib/mnemonic.py index 17c2cafc..45a8ebde 100644 --- a/lib/mnemonic.py +++ b/lib/mnemonic.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Electrum - lightweight Bitcoin client +# Electrum - lightweight ZClassic client # Copyright (C) 2014 Thomas Voegtlin # # Permission is hereby granted, free of charge, to any person diff --git a/lib/network.py b/lib/network.py index 2b0af040..48b9ee61 100644 --- a/lib/network.py +++ b/lib/network.py @@ -1,4 +1,4 @@ -# Electrum - Lightweight Bitcoin Client +# Electrum - Lightweight ZClassic Client # Copyright (c) 2011-2016 Thomas Voegtlin # # Permission is hereby granted, free of charge, to any person diff --git a/lib/old_mnemonic.py b/lib/old_mnemonic.py index 7af66995..95fd2c81 100644 --- a/lib/old_mnemonic.py +++ b/lib/old_mnemonic.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Electrum - lightweight Bitcoin client +# Electrum - lightweight ZClassic client # Copyright (C) 2011 thomasv@gitorious # # Permission is hereby granted, free of charge, to any person diff --git a/lib/paymentrequest.proto b/lib/paymentrequest.proto index 32f9b56a..0e4c3d13 100644 --- a/lib/paymentrequest.proto +++ b/lib/paymentrequest.proto @@ -1,5 +1,5 @@ // -// Simple Bitcoin Payment Protocol messages +// Simple ZClassic Payment Protocol messages // // Use fields 1000+ for extensions; // to avoid conflicts, register extensions via pull-req at diff --git a/lib/paymentrequest.py b/lib/paymentrequest.py index 368b6813..932d8f71 100644 --- a/lib/paymentrequest.py +++ b/lib/paymentrequest.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Electrum - lightweight Bitcoin client +# Electrum - lightweight ZClassic client # Copyright (C) 2014 Thomas Voegtlin # # Permission is hereby granted, free of charge, to any person diff --git a/lib/pem.py b/lib/pem.py index 40390081..3f30220f 100644 --- a/lib/pem.py +++ b/lib/pem.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Electrum - lightweight Bitcoin client +# Electrum - lightweight ZClassic client # Copyright (C) 2015 Thomas Voegtlin # # Permission is hereby granted, free of charge, to any person diff --git a/lib/plugins.py b/lib/plugins.py index 67ed9bf8..02db22aa 100644 --- a/lib/plugins.py +++ b/lib/plugins.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Electrum - lightweight Bitcoin client +# Electrum - lightweight ZClassic client # Copyright (C) 2015 Thomas Voegtlin # # Permission is hereby granted, free of charge, to any person diff --git a/lib/qrscanner.py b/lib/qrscanner.py index e7acf2a2..dfcf48b4 100644 --- a/lib/qrscanner.py +++ b/lib/qrscanner.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Electrum - lightweight Bitcoin client +# Electrum - lightweight ZClassic client # Copyright (C) 2015 Thomas Voegtlin # # Permission is hereby granted, free of charge, to any person diff --git a/lib/rsakey.py b/lib/rsakey.py index d9079c30..2d206a04 100644 --- a/lib/rsakey.py +++ b/lib/rsakey.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Electrum - lightweight Bitcoin client +# Electrum - lightweight ZClassic client # Copyright (C) 2015 Thomas Voegtlin # # Permission is hereby granted, free of charge, to any person diff --git a/lib/storage.py b/lib/storage.py index 78f3271d..f9a62cfa 100644 --- a/lib/storage.py +++ b/lib/storage.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Electrum - lightweight Bitcoin client +# Electrum - lightweight ZClassic client # Copyright (C) 2015 Thomas Voegtlin # # Permission is hereby granted, free of charge, to any person diff --git a/lib/synchronizer.py b/lib/synchronizer.py index b43fd221..f5cecd92 100644 --- a/lib/synchronizer.py +++ b/lib/synchronizer.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Electrum - lightweight Bitcoin client +# Electrum - lightweight ZClassic client # Copyright (C) 2014 Thomas Voegtlin # # Permission is hereby granted, free of charge, to any person diff --git a/lib/transaction.py b/lib/transaction.py index 3a307a08..190a5e08 100644 --- a/lib/transaction.py +++ b/lib/transaction.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Electrum - lightweight Bitcoin client +# Electrum - lightweight ZClassic client # Copyright (C) 2011 Thomas Voegtlin # # Permission is hereby granted, free of charge, to any person @@ -36,7 +36,7 @@ import traceback import sys # -# Workalike python implementation of Bitcoin's CDataStream class. +# Workalike python implementation of ZClassic's CDataStream class. # from .keystore import xpubkey_to_address, xpubkey_to_pubkey from pyblake2 import blake2b @@ -84,7 +84,7 @@ class BCDataStream(object): # 0 to 252 : 1-byte-length followed by bytes (if any) # 253 to 65,535 : byte'253' 2-byte-length followed by bytes # 65,536 to 4,294,967,295 : byte '254' 4-byte-length followed by bytes - # ... and the Bitcoin client is coded to understand: + # ... and the ZClassic client is coded to understand: # greater than 4,294,967,295 : byte '255' 8-byte-length followed by bytes of string # ... but I don't think it actually handles any strings that big. if self.input is None: @@ -403,7 +403,7 @@ def get_address_from_output_script(_bytes, *, net=None): if match_decoded(decoded, match): return TYPE_PUBKEY, bh2u(decoded[0][1]) - # Pay-by-Bitcoin-address TxOuts look like: + # Pay-by-ZClassic-address TxOuts look like: # DUP HASH160 20 BYTES:... EQUALVERIFY CHECKSIG match = [ opcodes.OP_DUP, opcodes.OP_HASH160, opcodes.OP_PUSHDATA4, opcodes.OP_EQUALVERIFY, opcodes.OP_CHECKSIG ] if match_decoded(decoded, match): diff --git a/lib/util.py b/lib/util.py index c47150de..05abc235 100644 --- a/lib/util.py +++ b/lib/util.py @@ -1,4 +1,4 @@ -# Electrum - lightweight Bitcoin client +# Electrum - lightweight ZClassic client # Copyright (C) 2011 Thomas Voegtlin # # Permission is hereby granted, free of charge, to any person diff --git a/lib/verifier.py b/lib/verifier.py index d5a4fd8d..c2c1e523 100644 --- a/lib/verifier.py +++ b/lib/verifier.py @@ -1,4 +1,4 @@ -# Electrum - Lightweight Bitcoin Client +# Electrum - Lightweight ZClassic Client # Copyright (c) 2012 Thomas Voegtlin # # Permission is hereby granted, free of charge, to any person diff --git a/lib/wallet.py b/lib/wallet.py index 0d24eb3a..9cdd395f 100644 --- a/lib/wallet.py +++ b/lib/wallet.py @@ -1,4 +1,4 @@ -# Electrum - lightweight Bitcoin client +# Electrum - lightweight ZClassic client # Copyright (C) 2015 Thomas Voegtlin # # Permission is hereby granted, free of charge, to any person diff --git a/lib/websockets.py b/lib/websockets.py index 587119f9..23a1dd05 100644 --- a/lib/websockets.py +++ b/lib/websockets.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Electrum - lightweight Bitcoin client +# Electrum - lightweight ZClassic client # Copyright (C) 2015 Thomas Voegtlin # # Permission is hereby granted, free of charge, to any person diff --git a/lib/x509.py b/lib/x509.py index e4b94d40..182ef115 100644 --- a/lib/x509.py +++ b/lib/x509.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Electrum - lightweight Bitcoin client +# Electrum - lightweight ZClassic client # Copyright (C) 2014 Thomas Voegtlin # # Permission is hereby granted, free of charge, to any person diff --git a/plugins/__init__.py b/plugins/__init__.py index c6cfe2fd..c5bcbe36 100644 --- a/plugins/__init__.py +++ b/plugins/__init__.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Electrum - lightweight Bitcoin client +# Electrum - lightweight ZClassic client # Copyright (C) 2015 Thomas Voegtlin # # Permission is hereby granted, free of charge, to any person diff --git a/plugins/cosigner_pool/qt.py b/plugins/cosigner_pool/qt.py index 0579549b..3728c31c 100644 --- a/plugins/cosigner_pool/qt.py +++ b/plugins/cosigner_pool/qt.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Electrum - lightweight Bitcoin client +# Electrum - lightweight ZClassic client # Copyright (C) 2014 Thomas Voegtlin # # Permission is hereby granted, free of charge, to any person diff --git a/plugins/email_requests/qt.py b/plugins/email_requests/qt.py index ba0fc86d..026d6399 100644 --- a/plugins/email_requests/qt.py +++ b/plugins/email_requests/qt.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Electrum - Lightweight Bitcoin Client +# Electrum - Lightweight ZClassic Client # Copyright (C) 2015 Thomas Voegtlin # # Permission is hereby granted, free of charge, to any person diff --git a/plugins/hw_wallet/plugin.py b/plugins/hw_wallet/plugin.py index 06684661..c5a10efe 100644 --- a/plugins/hw_wallet/plugin.py +++ b/plugins/hw_wallet/plugin.py @@ -1,7 +1,7 @@ #!/usr/bin/env python2 # -*- mode: python -*- # -# Electrum - lightweight Bitcoin client +# Electrum - lightweight ZClassic client # Copyright (C) 2016 The Electrum developers # # Permission is hereby granted, free of charge, to any person diff --git a/plugins/hw_wallet/qt.py b/plugins/hw_wallet/qt.py index 507fa0bd..f0bd6583 100644 --- a/plugins/hw_wallet/qt.py +++ b/plugins/hw_wallet/qt.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # -*- mode: python -*- # -# Electrum - lightweight Bitcoin client +# Electrum - lightweight ZClassic client # Copyright (C) 2016 The Electrum developers # # Permission is hereby granted, free of charge, to any person diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 5c3fcf18..b1a3c505 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,8 +1,8 @@ name: electrum version: master -summary: Bitcoin thin client +summary: ZClassic thin client description: | - Lightweight Bitcoin client + Lightweight ZClassic client grade: devel # must be 'stable' to release into candidate/stable channels confinement: strict