Fix typo in manifest
This commit is contained in:
parent
6145608ff7
commit
59fbf665e1
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ loader.env.MYAPP_DATA = { passthrough = true }
|
||||||
|
|
||||||
loader.argv = ["quartz-enclave",
|
loader.argv = ["quartz-enclave",
|
||||||
"--chain-id", "testing",
|
"--chain-id", "testing",
|
||||||
"--sigile", "quartz.sig",
|
"--sigfile", "quartz.sig",
|
||||||
"--trusted-height", "1",
|
"--trusted-height", "1",
|
||||||
"--trusted-hash", "A1D115BA3A5E9FCC12ED68A9D8669159E9085F6F96EC26619F5C7CEB4EE02869"]
|
"--trusted-hash", "A1D115BA3A5E9FCC12ED68A9D8669159E9085F6F96EC26619F5C7CEB4EE02869"]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue