Skip to content

Commit 5c09542

Browse files
committed
Change sodium::list to sodiums (convention).
1 parent 9ed7748 commit 5c09542

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/bitcoin/protocol/config/sodium.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@ class BCP_API sodium
3737
/// A list of base85 values.
3838
/// This must provide operator<< for ostream in order to be used as a
3939
/// boost::program_options default_value.
40-
typedef std::vector<sodium> list;
41-
4240
sodium() NOEXCEPT;
4341
sodium(const std::string& base85) THROWS;
4442
sodium(const system::hash_digest& value) NOEXCEPT;
@@ -61,6 +59,8 @@ class BCP_API sodium
6159
system::hash_digest value_;
6260
};
6361

62+
typedef std::vector<sodium> sodiums;
63+
6464
} // namespace protocol
6565
} // namespace libbitcoin
6666

0 commit comments

Comments
 (0)