Skip to content

Commit e48bf9d

Browse files
committedJun 26, 2020
[Refactor] Extract Constants + Bitcoin/bitcoin/BTC References out into constants classes
1 parent 669e1ad commit e48bf9d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

73 files changed

+511
-489
lines changed
 

‎AUTHORS

+4-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,7 @@ Genjix - Porting pro-mode functionality to lite-gui and worked on server
99
Slush - Work on the server. Designed the original Stratum spec.
1010
Julian Toash (Tuxavant) - Various fixes to the client.
1111
rdymac - Website and translations.
12-
kyuupichan - Miscellaneous.
12+
kyuupichan - Miscellaneous.
13+
Dogecoin Devs - Auxpow Support
14+
Namecoin Devs - Auxpow and CP Height Support
15+
ahmedbodi - Multicoin and Altcoin conversions

‎contrib/osx/osx.spec

+2
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ datas = [
7676
(electrum + PYPKG + '/locale', PYPKG + '/locale'),
7777
(electrum + PYPKG + '/plugins', PYPKG + '/plugins'),
7878
(electrum + PYPKG + '/gui/icons', PYPKG + '/gui/icons'),
79+
(electrum + PYPKG + '/checkpoints', PYPKG + '/checkpoints'),
80+
(electrum + PYPKG + '/servers', PYPKG + '/servers'),
7981
]
8082
datas += collect_data_files('trezorlib')
8183
datas += collect_data_files('safetlib')

0 commit comments

Comments
 (0)
Please sign in to comment.