fix(lee): fix post-rebase fallout after rebasing onto marvin/program-as-account-3-1

chained_call_forwarder.rs and the deploy tests in sequencer_core were
added on top of the pre-migration ProgramId-typed ChainedCall/Message/
ProgramInput/ProgramOutput API and didn't conflict during the rebase
since they're new code, so they needed the same field rename/.into()
treatment already applied everywhere else on -3-1.
This commit is contained in:
Marvin Jones
2026-08-22 17:39:23 -04:00
parent 5470a881e5
commit c9510be3ef
4 changed files with 21 additions and 19 deletions
+3 -1
View File
@@ -69,7 +69,9 @@ pub const fn pda_spend_proxy() -> Program {
#[must_use]
#[inline]
pub const fn chained_call_forwarder() -> Program {
use guests::{CHAINED_CALL_FORWARDER_ELF, CHAINED_CALL_FORWARDER_ID, CHAINED_CALL_FORWARDER_PATH};
use guests::{
CHAINED_CALL_FORWARDER_ELF, CHAINED_CALL_FORWARDER_ID, CHAINED_CALL_FORWARDER_PATH,
};
let _unused = CHAINED_CALL_FORWARDER_PATH;