Skip to content

Commit

Permalink
fix PartialEq for NodeHeapElement
Browse files Browse the repository at this point in the history
  • Loading branch information
chenyukang committed Oct 13, 2024
1 parent 5d4e998 commit 9b595e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/fiber/path.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ impl PartialEq for NodeHeapElement {
&& self.amount_received == other.amount_received
&& self.fee_charged == other.fee_charged
&& self.probability == other.probability
&& self.incoming_cltv_height == other.incoming_cltv_height
&& self.next_hop == other.next_hop
}
}
Expand Down

0 comments on commit 9b595e3

Please sign in to comment.