Skip to content

Commit 9aa67c6

Browse files
committed
WIP
1 parent 1721499 commit 9aa67c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bench/tx-generator/test/ApiTest.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ main
9595
genesisValidate genesis
9696

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

100100
pure (nixService, nc, genesis, sigKey)
101101

0 commit comments

Comments
 (0)