Skip to content

Commit

Permalink
chore: add starting command to era-fee-withdrawer
Browse files Browse the repository at this point in the history
Added an extra command to announce the start of the era-fee-withdrawer in the nix configuration. Updated flake.lock dependencies following the changes.
  • Loading branch information
haraldh committed Jun 26, 2024
1 parent 2cd51db commit 49d28ac
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions container-era-fee-withdrawer.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ pkgs.callPackage nixsgx-flake.lib.mkSGXContainer {
packages = [ efw.era-fee-withdrawer ];
entrypoint = "${efw.era-fee-withdrawer}/bin/era-fee-withdrawer";

extraCmd = "echo Starting era-fee-withdrawer; gramine-sgx-sigstruct-view app.sig";

isAzure = true;

manifest = {
Expand Down
6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 49d28ac

Please sign in to comment.