You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Was trying to use nigiri in a script and the lightning faucet was failing. Turns out the problem is I was calling nigiri faucet cln 1 too quickly after start, and something wasn't actually ready yet to accomplish that.
Not sure best solution to this. Possibly an endpoint to poll for "ready" before continuing the script? Or perhaps best move is I just poll the relevant components myself and continue once I know they're ready.
The text was updated successfully, but these errors were encountered:
Was trying to use nigiri in a script and the lightning faucet was failing. Turns out the problem is I was calling
nigiri faucet cln 1
too quickly after start, and something wasn't actually ready yet to accomplish that.Not sure best solution to this. Possibly an endpoint to poll for "ready" before continuing the script? Or perhaps best move is I just poll the relevant components myself and continue once I know they're ready.
The text was updated successfully, but these errors were encountered: