Skip to content

Commit

Permalink
rerun CI
Browse files Browse the repository at this point in the history
  • Loading branch information
0xOmarA committed Mar 29, 2023
1 parent 7429aaf commit 587cda1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ impl InstructionVisitor for AccountProofsInstructionVisitor {
args: &mut Option<Vec<ManifestAstValue>>,
) -> Result<()> {
// Checking for instructions that create proofs from accounts. Since all that is of interest
// to us is the resource address then only the first argument needs to be analyzed
// to us is the resource address then only the first argument needs to be analyzed.
let args = args.clone();
match (
component_address,
Expand Down

0 comments on commit 587cda1

Please sign in to comment.