Skip to content

Commit c7afeac

Browse files
committed
added todo for type_lookup deadcode
1 parent d6491b4 commit c7afeac

File tree

1 file changed

+2
-0
lines changed
  • forc-plugins/forc-client/src/op/call

1 file changed

+2
-0
lines changed

forc-plugins/forc-client/src/op/call/mod.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,8 @@ async fn get_wallet(
198198
pub(crate) struct Abi {
199199
program: ProgramABI,
200200
unified: UnifiedProgramABI,
201+
// TODO: required for vm interpreter step through
202+
// ↳ gh issue: https://github.com/FuelLabs/sway/issues/7197
201203
#[allow(dead_code)]
202204
type_lookup: HashMap<usize, UnifiedTypeDeclaration>,
203205
}

0 commit comments

Comments
 (0)