technicall p2sh was allowed in epoch 1 (we just ignored it)

This commit is contained in:
Jude Nelson
2018-06-16 14:48:34 -04:00
parent 73b4691af8
commit 11530e840c

View File

@@ -408,8 +408,8 @@ EPOCHS = [
"namespace_prices_stacks": None,
"namespace_price_units": "BTC",
"features": EPOCH_1_FEATURES,
'script_types': ['nulldata', 'p2pkh'],
'sender_types': ['p2pkh'],
'script_types': ['nulldata', 'p2pkh', 'p2sh'],
'sender_types': ['p2pkh', 'p2sh'],
},
{
# epoch 2