Merge branch 'frfix' of https://github.com/MyHush/hush3 into frfix
This commit is contained in:
@@ -5,6 +5,6 @@
|
|||||||
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||||
cd $DIR
|
cd $DIR
|
||||||
|
|
||||||
NAME=HUSHT
|
NAME=HUSHT3
|
||||||
|
|
||||||
./komodo-cli -ac_name=$NAME "$@"
|
./komodo-cli -ac_name=$NAME "$@"
|
||||||
|
|||||||
@@ -1227,7 +1227,7 @@ uint64_t komodo_commission(const CBlock *pblock,int32_t height)
|
|||||||
// Transition period of 128 blocks has no FR
|
// Transition period of 128 blocks has no FR
|
||||||
if (height < 129) {
|
if (height < 129) {
|
||||||
commission = 0;
|
commission = 0;
|
||||||
else if (height < HALVING1) {
|
} else if (height < HALVING1) {
|
||||||
commission = starting_commission;
|
commission = starting_commission;
|
||||||
} else if (height < HALVING1+1*INTERVAL) {
|
} else if (height < HALVING1+1*INTERVAL) {
|
||||||
commission = starting_commission / 2;
|
commission = starting_commission / 2;
|
||||||
|
|||||||
Reference in New Issue
Block a user