Clarify a comment about the ZF and MG addresses

This commit is contained in:
Daira Hopwood 2020-09-01 12:56:05 +01:00 committed by GitHub
parent abd4b736e4
commit 889b05df41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -203,7 +203,8 @@ public:
"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");