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
The faucet returns a txn hash and the client must wait to see if it succeeds but FundAccount doesn't do that. The client can't wait themselves either easily because we just return ResponseInfo rather than a txn hash directly. FundAccount should use the functions to wait for the txn.
The impact of this is sometimes the SimpleNftExample fails, as will anything else that uses the faucet.
The text was updated successfully, but these errors were encountered:
The faucet returns a txn hash and the client must wait to see if it succeeds but FundAccount doesn't do that. The client can't wait themselves either easily because we just return ResponseInfo rather than a txn hash directly. FundAccount should use the functions to wait for the txn.
The impact of this is sometimes the SimpleNftExample fails, as will anything else that uses the faucet.
The text was updated successfully, but these errors were encountered: