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

Commit 159d967

Browse files
committed
Adds --blockhash arg to Close
1 parent a85d361 commit 159d967

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

token/cli/src/clap_app.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1796,6 +1796,7 @@ pub fn app<'a>(
17961796
.arg(owner_address_arg())
17971797
.arg(multisig_signer_arg())
17981798
.nonce_args(true)
1799+
.offline_args(),
17991800
)
18001801
.subcommand(
18011802
SubCommand::with_name(CommandName::CloseMint.into())

0 commit comments

Comments
 (0)