Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit 4374b7d

Browse files
[token-cli] Parse compute unit limit with the proper name (#7449)
parse compute unit limit with the proper name
1 parent 0b9a466 commit 4374b7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

token/cli/src/config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ impl<'a> Config<'a> {
334334
.copied();
335335

336336
let compute_unit_limit = matches
337-
.try_get_one::<u32>(COMPUTE_UNIT_PRICE_ARG.name)
337+
.try_get_one::<u32>(COMPUTE_UNIT_LIMIT_ARG.name)
338338
.ok()
339339
.flatten()
340340
.copied()

0 commit comments

Comments
 (0)