mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-04-17 22:24:34 +08:00
technicall p2sh was allowed in epoch 1 (we just ignored it)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user