Skip to content

Commit

Permalink
remove unnecessary assert
Browse files Browse the repository at this point in the history
  • Loading branch information
yperbasis committed Jan 3, 2024
1 parent 560b7f4 commit 2c1d3b1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion silkworm/sentry/rlpx/framing/framing_cipher.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,6 @@ FramingCipher::FramingCipher(const KeyMaterial& key_material) {
}

FramingCipher::~FramingCipher() {
assert(true);
}

FramingCipher::FramingCipher(FramingCipher&& other) noexcept
Expand Down

0 comments on commit 2c1d3b1

Please sign in to comment.