mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-17 13:07:54 +02:00
Merge a22653a636 into merged_master (Bitcoin PR #21371)
This commit is contained in:
commit
0217fdbed2
1 changed files with 6 additions and 0 deletions
|
|
@ -544,6 +544,12 @@ public:
|
|||
{
|
||||
}
|
||||
|
||||
FuzzedSock& operator=(Sock&& other) override
|
||||
{
|
||||
assert(false && "Not implemented yet.");
|
||||
return *this;
|
||||
}
|
||||
|
||||
SOCKET Get() const override
|
||||
{
|
||||
assert(false && "Not implemented yet.");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue