Skip to content

Commit

Permalink
Comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
evoskuil committed Feb 17, 2024
1 parent 73a3d4e commit 621b793
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ class BC_API witness_address
const std::string& prefix=mainnet) NOEXCEPT;

// version_0_p2sh
// NOTE: ec_secret ends up here, not above in construction of ec_private.
witness_address(const hash_digest& script_hash,
const std::string& prefix=mainnet) NOEXCEPT;
witness_address(const chain::script& script,
Expand Down
2 changes: 1 addition & 1 deletion include/bitcoin/system/wallet/context.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ struct BC_API context

uint16_t versions() const NOEXCEPT
{
// TODO: inconsistency order: public, private
// TODO: inconsistenct order: public, private
return ec_private::to_versions(address_version, wif_prefix);
}
};
Expand Down

0 comments on commit 621b793

Please sign in to comment.