Skip to content

Commit

Permalink
solana: modify test to support NotPausedConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsaigle committed Mar 18, 2024
1 parent 150bee4 commit 82c8308
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ pub fn receive_message(ntt: &NTT, accs: ReceiveMessage) -> Instruction {

let accounts = example_native_token_transfers::accounts::ReceiveMessage {
payer: accs.payer,
config: ntt.config(),
config: example_native_token_transfers::accounts::NotPausedConfig {
config: ntt.config(),
},
peer: accs.peer,
vaa: accs.vaa,
transceiver_message: ntt.transceiver_message(accs.chain_id, accs.id),
Expand Down

0 comments on commit 82c8308

Please sign in to comment.