Skip to content

Commit

Permalink
Update elysium spend v1 activation block (#848)
Browse files Browse the repository at this point in the history
  • Loading branch information
Panu committed Jun 1, 2020
1 parent e44462b commit c347c44
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Expand Up @@ -10,6 +10,7 @@ src/zcoin
src/zcoind
src/zcoin-cli
src/zcoin-tx
src/test/test_bitcoin_fuzzy
src/test/test_zcoin
src/test/test_zcoin_fuzzy
src/qt/test/test_zcoin-qt
Expand Down Expand Up @@ -117,7 +118,8 @@ qa/cache/*

!src/leveldb*/Makefile

/doc/doxygen/
doc/doxygen/
doc/man/Makefile

libzcoinconsensus.pc
contrib/devtools/split-debug.sh
Expand Down
2 changes: 1 addition & 1 deletion src/elysium/rules.cpp
Expand Up @@ -132,7 +132,7 @@ CMainConsensusParams::CMainConsensusParams()

// Sigma releated
SIGMA_FEATURE_BLOCK = 212000; // 4 Nov 2019
SIGMA_SPENDV1_FEATURE_BLOCK = 264165; // 4 May 2020
SIGMA_SPENDV1_FEATURE_BLOCK = 281532; // 1 July 2020

// Property creation fee
PROPERTY_CREATION_FEE_BLOCK = 212000;
Expand Down

0 comments on commit c347c44

Please sign in to comment.