Skip to content

Commit

Permalink
Make AccountLocker::get_amount manifest input use dyn address
Browse files Browse the repository at this point in the history
  • Loading branch information
0xOmarA committed Oct 31, 2024
1 parent 6b7cc7b commit 27da7a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions radix-engine-interface/src/blueprints/locker/invocations.rs
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,8 @@ define_invocation! {
},
output: type Decimal,
manifest_input: struct {
claimant: ComponentAddress,
resource_address: ResourceAddress,
claimant: DynamicComponentAddress,
resource_address: DynamicResourceAddress,
}
}

Expand Down

0 comments on commit 27da7a0

Please sign in to comment.