From 602f6df15f405a4ec76789c26f70bd65373de373 Mon Sep 17 00:00:00 2001 From: Justin Starry Date: Wed, 20 Jul 2022 14:23:01 +0200 Subject: [PATCH] Fix merge conflict in program-test --- 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 ddfca432da0d8f..d7c3e260f8d2d6 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