Skip to content

Commit

Permalink
Whitespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
evoskuil committed Feb 17, 2024
1 parent 1d7a13c commit 2d42307
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/bitcoin/system/wallet/keys/ec_private.hpp
Expand Up @@ -79,7 +79,7 @@ class BC_API ec_private
/// Constructors.
ec_private() NOEXCEPT;
ec_private(const ec_scalar& scalar,
uint8_t address = mainnet_p2kh) NOEXCEPT;
uint8_t address=mainnet_p2kh) NOEXCEPT;
ec_private(const data_chunk& entropy,
uint8_t address=mainnet_p2kh) NOEXCEPT;
ec_private(const std::string& wif,
Expand Down

0 comments on commit 2d42307

Please sign in to comment.