We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99a40d1 commit e7bceaaCopy full SHA for e7bceaa
solana/modules/matching-engine-testing/tests/shimful/shims_settle_auction_none.rs
@@ -118,7 +118,7 @@ impl SettleAuctionNoneCctpShimAccountsOwned {
118
pub fn as_ref(&self) -> SettleAuctionNoneCctpShimAccounts {
119
SettleAuctionNoneCctpShimAccounts {
120
payer: &self.payer,
121
- post_message_message: &self.post_message_message,
+ post_shim_message: &self.post_message_message,
122
post_message_sequence: &self.post_message_sequence,
123
post_message_shim_event_authority: &self.post_message_shim_event_authority,
124
post_message_shim_program: &self.post_message_shim_program,
0 commit comments