From d933fe4fc4d7b2bca52516f62fe0abc8a14a44d9 Mon Sep 17 00:00:00 2001 From: Moody Salem Date: Fri, 14 Jun 2024 10:10:09 -0400 Subject: [PATCH] add missing embed --- src/governor.cairo | 1 + 1 file changed, 1 insertion(+) diff --git a/src/governor.cairo b/src/governor.cairo index 40bce57..90f8c59 100644 --- a/src/governor.cairo +++ b/src/governor.cairo @@ -450,6 +450,7 @@ pub mod Governor { } // This implementation exists solely for the purpose of allowing simulation of calls from the governor with the flag to skip validation + #[abi(embed_v0)] impl GovernorAccountContractForSimulation of AccountContract { fn __validate_declare__(self: @ContractState, class_hash: felt252) -> felt252 { panic!("Not allowed");