Skip to content

Commit

Permalink
fixup! get ETH from faucet
Browse files Browse the repository at this point in the history
  • Loading branch information
Karl Ranna committed Nov 8, 2020
1 parent 9ca83ab commit 845947a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/utils/simnet-connext-channels.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ const checkBalanceObservable = (
walletBalance: currencyBalance.getWalletBalance(),
channelBalance: currencyBalance.getChannelBalance(),
};
if (balances.walletBalance < minimumBalance) {
if (balances.channelBalance < minimumBalance) {
// the balance is under our specified threshold
// we'll hit the faucet with our connext address
// and then recheck the balance
Expand Down

0 comments on commit 845947a

Please sign in to comment.