We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6491b4 commit c7afeacCopy full SHA for c7afeac
forc-plugins/forc-client/src/op/call/mod.rs
@@ -198,6 +198,8 @@ async fn get_wallet(
198
pub(crate) struct Abi {
199
program: ProgramABI,
200
unified: UnifiedProgramABI,
201
+ // TODO: required for vm interpreter step through
202
+ // ↳ gh issue: https://github.com/FuelLabs/sway/issues/7197
203
#[allow(dead_code)]
204
type_lookup: HashMap<usize, UnifiedTypeDeclaration>,
205
}
0 commit comments