Commit 45a7c8e0 authored by Ralph Pichler's avatar Ralph Pichler Committed by GitHub

adjust link to faucet to include address (#1000)

parent d442d340
...@@ -50,7 +50,7 @@ func checkBalance( ...@@ -50,7 +50,7 @@ func checkBalance(
if balance.Cmp(big.NewInt(int64(swapInitialDeposit))) < 0 { if balance.Cmp(big.NewInt(int64(swapInitialDeposit))) < 0 {
logger.Warningf("please make sure there is sufficient eth and bzz available on %x.", overlayEthAddress) logger.Warningf("please make sure there is sufficient eth and bzz available on %x.", overlayEthAddress)
if chainId == 5 { if chainId == 5 {
logger.Warning("on goerli you can get both goerli eth and goerli bzz from https://faucet.ethswarm.org.") logger.Warningf("on goerli you can get both goerli eth and goerli bzz from https://faucet.ethswarm.org?address=%x.", overlayEthAddress)
} }
select { select {
case <-time.After(backoffDuration): case <-time.After(backoffDuration):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment