Skip to content

Commit

Permalink
Merge branch 'develop' into bid-sort-implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
0xDegenDeveloper authored Jul 4, 2024
2 parents d3e7346 + 880fc77 commit c4b57d2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions src/contracts/option_round.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ mod OptionRound {
}
}

// @dev Matt: I am building this struct as a place holder for when we inject the RB tree into the contract
// @dev Building this struct as a place holder for when we inject the RB tree into the contract

#[derive(Copy, Drop, Serde, PartialEq, PartialOrd)]
struct MockBid {
Expand Down Expand Up @@ -494,7 +494,6 @@ mod OptionRound {
}
}


// impl OptionRoundErrorIntoByteArray of Into<OptionRoundError, ByteArray> {
// fn into(self: OptionRoundError) -> ByteArray {
// match self {
Expand Down
1 change: 0 additions & 1 deletion src/tests/option_round/option_buyers/bidding_tests.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ use pitch_lake_starknet::{
};
use debug::PrintTrait;


// Test PartialOrd & PartialEq for MockBid by printing varying scenarios
// @note Test is ignored by default, to run the test run `scarb test -f test_bid_sort --include-ignored`
#[test]
Expand Down

0 comments on commit c4b57d2

Please sign in to comment.