Skip to content

Commit d746008

Browse files
committed
Remove invalid assertion.
1 parent 2d45e9e commit d746008

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

include/bitcoin/node/channels/channel_ws.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ class BCN_API channel_ws
5050
network::result_handler&& handler) NOEXCEPT
5151
{
5252
BC_ASSERT(stranded());
53-
BC_ASSERT(upgraded_);
5453
using namespace std::placeholders;
5554

5655
// TODO: Serialize message.

0 commit comments

Comments
 (0)