Skip to content

Commit 70539c2

Browse files
Bengt Lofgrena5-pickle
authored andcommitted
small docstring addition
1 parent a413abf commit 70539c2

File tree

1 file changed

+2
-0
lines changed
  • solana/modules/matching-engine-testing/tests/testing_engine

1 file changed

+2
-0
lines changed

solana/modules/matching-engine-testing/tests/testing_engine/engine.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -724,6 +724,7 @@ impl TestingEngine {
724724
current_state.clone()
725725
}
726726

727+
/// Verify the balances after an instruction has been executed. Currently only used for execute order instruction
727728
async fn verify_balances(
728729
&self,
729730
test_context: &mut ProgramTestContext,
@@ -773,6 +774,7 @@ impl TestingEngine {
773774
// Combination trigger functions
774775
// --------------------------------------------------------------------------------------------
775776

777+
/// A transaction that combines the instructions for creating a fast market order and placing an initial offer
776778
async fn create_fast_market_order_and_place_initial_offer(
777779
&self,
778780
test_context: &mut ProgramTestContext,

0 commit comments

Comments
 (0)