From 0402c3d0ca3ef89b0c7b924218ea5b52225458aa Mon Sep 17 00:00:00 2001 From: Justin Starry Date: Wed, 20 Jul 2022 14:32:59 +0200 Subject: [PATCH] Fix merge conflict in program-test (#26693) --- program-test/src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/program-test/src/lib.rs b/program-test/src/lib.rs index ddfca432d..d7c3e260f 100644 --- a/program-test/src/lib.rs +++ b/program-test/src/lib.rs @@ -120,6 +120,7 @@ pub fn builtin_process_instruction( invoke_context .transaction_context .get_current_instruction_context()?, + true, )?; // Deserialize data back into instruction params