Skip to content

Commit

Permalink
default to thick for now
Browse files Browse the repository at this point in the history
  • Loading branch information
killerstorm committed Feb 9, 2014
1 parent db3eb69 commit 1a6dea6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ngcccbase/color.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class ColoredCoinContext(object):
def __init__(self, config):
"""Creates a Colored Coin Context given a config <config>
"""
params = config.get('ccc', {'thin':True})
params = config.get('ccc', {'thin': False})

color_data_class = ThickColorData
color_data_builder = FullScanColorDataBuilder
Expand Down

0 comments on commit 1a6dea6

Please sign in to comment.