Add type for recipient address vectors

This commit is contained in:
Jack Grigg 2019-01-25 02:14:43 +00:00
parent c5513d6de1
commit ee39523b75
No known key found for this signature in database
GPG Key ID: 1B8D649257DB0829
1 changed files with 3 additions and 3 deletions

View File

@ -139,13 +139,13 @@ The sets of recipient addresses are defined as follows:
.. code:: cpp
FS_ADDRESSES_ZECC_EF = [
std::vector<std::string> FS_ADDRESSES_ZECC_EF = [
];
FS_ADDRESSES_ZF_E = [
std::vector<std::string> FS_ADDRESSES_ZF_E = [
];
FS_ADDRESSES_ZECC_SR = [
std::vector<std::string> FS_ADDRESSES_ZECC_SR = [
];
- To-do: specify the sets of FR addresses.