We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ed7748 commit 5c09542Copy full SHA for 5c09542
include/bitcoin/protocol/config/sodium.hpp
@@ -37,8 +37,6 @@ class BCP_API sodium
37
/// A list of base85 values.
38
/// This must provide operator<< for ostream in order to be used as a
39
/// boost::program_options default_value.
40
- typedef std::vector<sodium> list;
41
-
42
sodium() NOEXCEPT;
43
sodium(const std::string& base85) THROWS;
44
sodium(const system::hash_digest& value) NOEXCEPT;
@@ -61,6 +59,8 @@ class BCP_API sodium
61
59
system::hash_digest value_;
62
60
};
63
+typedef std::vector<sodium> sodiums;
+
64
} // namespace protocol
65
} // namespace libbitcoin
66
0 commit comments