Apply suggestions from code review

keyInfo -> keyConstants

Co-authored-by: ying tong <yingtong@z.cash>
This commit is contained in:
Daira Hopwood 2020-07-10 12:33:27 +01:00 committed by GitHub
parent aa1b924427
commit 64cfbab3db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -124,7 +124,7 @@ public:
static FundingStream ParseFundingStream(
const Consensus::Params& params,
const KeyConstants& keyInfo,
const KeyConstants& keyConstants,
const int startHeight,
const int endHeight,
const std::vector<std::string>& strAddresses);
@ -211,7 +211,7 @@ struct Params {
int nFundingPeriodLength;
boost::optional<FundingStream> vFundingStreams[MAX_FUNDING_STREAMS];
void AddZIP207FundingStream(
const KeyConstants& keyInfo,
const KeyConstants& keyConstants,
FundingStreamIndex idx,
int startHeight,
int endHeight,