Skip to content

Commit

Permalink
[token-cli] Parse compute unit limit with the proper name (#7449)
Browse files Browse the repository at this point in the history
parse compute unit limit with the proper name
  • Loading branch information
samkim-crypto authored Nov 4, 2024
1 parent 0b9a466 commit 4374b7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion token/cli/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ impl<'a> Config<'a> {
.copied();

let compute_unit_limit = matches
.try_get_one::<u32>(COMPUTE_UNIT_PRICE_ARG.name)
.try_get_one::<u32>(COMPUTE_UNIT_LIMIT_ARG.name)
.ok()
.flatten()
.copied()
Expand Down

0 comments on commit 4374b7d

Please sign in to comment.