We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4884d7 commit c7ef51bCopy full SHA for c7ef51b
src/main/scala/io/iohk/ethereum/faucet/FaucetApi.scala
@@ -58,6 +58,7 @@ class FaucetApi(
58
59
res match {
60
case Right(txId) =>
61
+ log.info(s"Sending ${config.txValue} ETH to $targetAddress in tx: $txId. Requested by $clientAddr")
62
complete(StatusCodes.OK, s"0x${Hex.toHexString(txId.toArray[Byte])}")
63
64
case Left(err) =>
0 commit comments