Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
mgmeier committed Nov 4, 2024
1 parent 1721499 commit 9aa67c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bench/tx-generator/test/ApiTest.hs
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ main
genesisValidate genesis

sigKey :: SigningKey PaymentKey <-
hoistEither =<< handleIOExceptT IOError (readSigningKeyFile $ _nix_sigKey nixService)
hoistEither =<< handleIOExceptT IOError (readPaymentKeyFile $ _nix_sigKey nixService)

pure (nixService, nc, genesis, sigKey)

Expand Down

0 comments on commit 9aa67c6

Please sign in to comment.