Skip to content

Commit

Permalink
remove <<
Browse files Browse the repository at this point in the history
  • Loading branch information
oxlime committed Oct 4, 2024
1 parent a475f42 commit 0af9c4d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/network/protocol/messages/lib.zig
Original file line number Diff line number Diff line change
Expand Up @@ -97,12 +97,9 @@ pub const Message = union(MessageTypes) {
switch (self.*) {
.version => |*m| m.deinit(allocator),
.getblocks => |*m| m.deinit(allocator),
<<<<<<< HEAD
.ping => {},
.pong => {},
.addr => |m| m.deinit(allocator),
=======
>>>>>>> bf535489e34dac03fabc9ab2dd605d0c5b17af69
.merkleblock => |*m| m.deinit(allocator),
.block => |*m| m.deinit(allocator),
.filteradd => |*m| m.deinit(allocator),
Expand Down

0 comments on commit 0af9c4d

Please sign in to comment.