Skip to content

Commit

Permalink
Fixed doxygen issue
Browse files Browse the repository at this point in the history
Signed-off-by: Dave Bryson <[email protected]>
  • Loading branch information
davebryson committed Jun 7, 2022
1 parent 5b417e4 commit eb16c65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/uhs/transaction/validation.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ namespace cbdc::transaction::validation {
/// \note This function returns immediately on the first-found error.
///
/// \param tx transaction to validate
/// \param set of authorized minters
/// \param minters public keys of authorized minters
/// \return null if transaction is valid, otherwise error information
auto check_tx(const transaction::full_tx& tx,
const std::unordered_set<pubkey_t, hashing::null>& minters)
Expand Down

0 comments on commit eb16c65

Please sign in to comment.