Skip to content

Commit

Permalink
fix(da): --keyring.backend for celestia light start
Browse files Browse the repository at this point in the history
  • Loading branch information
mzabaluev committed Feb 13, 2025
1 parent e1c73f7 commit 5c46929
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ impl Mainnet {
&[
"light",
"start",
"--keyring.backend",
"test",
"--keyring.keyname",
&config.light.key_name,
"--core.ip",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ impl Mocha {
&[
"light",
"start",
"--keyring.backend",
"test",
"--keyring.keyname",
&config.light.key_name,
"--core.ip",
Expand Down

0 comments on commit 5c46929

Please sign in to comment.