Skip to content

Commit

Permalink
Clarify a comment about the ZF and MG addresses
Browse files Browse the repository at this point in the history
  • Loading branch information
daira committed Sep 1, 2020
1 parent abd4b73 commit 889b05d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/chainparams.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,8 @@ class CMainParams : public CChainParams {
"t3XHAGxRP2FNfhAjxGjxbrQPYtQQjc3RCQD",
};

// ZF and MG use the same address for each funding period
// ZF and MG each use a single address repeated 48 times,
// once for each funding period.
std::vector<std::string> zf_addresses(48, "t3dvVE3SQEi7kqNzwrfNePxZ1d4hUyztBA1");
std::vector<std::string> mg_addresses(48, "t3XyYW8yBFRuMnfvm5KLGFbEVz25kckZXym");

Expand Down

0 comments on commit 889b05d

Please sign in to comment.