File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ impl Mint {
19
19
pub ( crate ) fn run ( self , wallet : Wallet ) -> SubcommandResult {
20
20
ensure ! (
21
21
wallet. has_rune_index( ) ,
22
- "`ord wallet etch ` requires index created with `--index-runes` flag" ,
22
+ "`ord wallet mint ` requires index created with `--index-runes` flag" ,
23
23
) ;
24
24
25
25
let rune = self . rune . rune ;
Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ fn minting_rune_with_no_rune_index_fails() {
157
157
. core ( & core)
158
158
. ord ( & ord)
159
159
. expected_exit_code ( 1 )
160
- . expected_stderr ( "error: `ord wallet etch ` requires index created with `--index-runes` flag\n " )
160
+ . expected_stderr ( "error: `ord wallet mint ` requires index created with `--index-runes` flag\n " )
161
161
. run_and_extract_stdout ( ) ;
162
162
}
163
163
You can’t perform that action at this time.
0 commit comments