mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-11 06:28:31 +01:00
refactor: use C++11 default initializers
This commit is contained in:
@@ -98,7 +98,7 @@ bool CNetAddr::SetNetFromBIP155Network(uint8_t possible_bip155_net, size_t addre
|
||||
*
|
||||
* @note This address is considered invalid by CNetAddr::IsValid()
|
||||
*/
|
||||
CNetAddr::CNetAddr() {}
|
||||
CNetAddr::CNetAddr() = default;
|
||||
|
||||
void CNetAddr::SetIP(const CNetAddr& ipIn)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user