Skip to content

Commit

Permalink
include checkpoints.json in packages
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptorex committed Dec 29, 2021
1 parent c42af30 commit 771faf7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions contrib/zcash/deterministic.spec
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ hiddenimports += [

datas = [
('lib/servers.json', 'electrum_zcash'),
('lib/checkpoints.json', 'electrum_zcash'),
('lib/servers_testnet.json', 'electrum_zcash'),
('lib/servers_regtest.json', 'electrum_zcash'),
('lib/currencies.json', 'electrum_zcash'),
Expand Down
1 change: 1 addition & 0 deletions contrib/zcash/osx.spec
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ hiddenimports += [

datas = [
('lib/servers.json', 'electrum_zcash'),
('lib/checkpoints.json', 'electrum_zcash'),
('lib/servers_testnet.json', 'electrum_zcash'),
('lib/servers_regtest.json', 'electrum_zcash'),
('lib/currencies.json', 'electrum_zcash'),
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@
package_data={
'electrum_zcash': [
'servers.json',
'checkpoints.json',
'servers_testnet.json',
'servers_regtest.json',
'currencies.json',
Expand Down

0 comments on commit 771faf7

Please sign in to comment.