Skip to content

Commit

Permalink
Add segwit to SupportedRules
Browse files Browse the repository at this point in the history
  • Loading branch information
luke-jr committed Nov 21, 2016
1 parent 647f53b commit b45cb81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion merklemaker.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
_makeCoinbase = [0, 0]
_filecounter = 0

SupportedRules = ('csv',)
SupportedRules = ('csv', 'segwit')

def SplitRuleFlag(ruleflag):
MandatoryRule = (ruleflag[0] == '!')
Expand Down

0 comments on commit b45cb81

Please sign in to comment.