mirror of
https://github.com/logos-blockchain/logos-execution-zone.git
synced 2026-08-26 03:41:13 +00:00
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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user