File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
solana/modules/matching-engine-testing/tests/testing_engine Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -724,6 +724,7 @@ impl TestingEngine {
724
724
current_state. clone ( )
725
725
}
726
726
727
+ /// Verify the balances after an instruction has been executed. Currently only used for execute order instruction
727
728
async fn verify_balances (
728
729
& self ,
729
730
test_context : & mut ProgramTestContext ,
@@ -773,6 +774,7 @@ impl TestingEngine {
773
774
// Combination trigger functions
774
775
// --------------------------------------------------------------------------------------------
775
776
777
+ /// A transaction that combines the instructions for creating a fast market order and placing an initial offer
776
778
async fn create_fast_market_order_and_place_initial_offer (
777
779
& self ,
778
780
test_context : & mut ProgramTestContext ,
You can’t perform that action at this time.
0 commit comments