Browse Source

fixed subsidy and max money calc when linear positive slope

pull/4/head
Michael Toutonghi 6 years ago
parent
commit
8c30b1b6b2
  1. 2
      src/komodo_utils.h

2
src/komodo_utils.h

@ -1623,7 +1623,7 @@ uint64_t komodo_ac_block_subsidy(int nHeight)
}
}
}
return(nSubsidy);
return(subsidy);
}
void komodo_args(char *argv0)

Loading…
Cancel
Save