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 problem is there, it doesnt capture the response and it returns the original slate.
Tbh I don't know what such an api call should do exactly, should it return the slate or finalize? And the keybase response might take 60s to come back which leaves the http request hanging for 60s. Probably best to remove the method: keybase altogether from the api.
I am not able to get a keybase tx to finalize using the API. This is the best error message I can find:
Please use the following steps to reproduce:
run a grin server on address 0.0.0.0:13413
grin --floonet server run
set the owner_api key to "key"
Run a owner_api listener:
grin --floonet wallet -p dummy owner_api
Have a local wallet with some grin in it
have keybase server running and a user logged in
Run the test script:
./keybase_send_tx.py
where ./keybase_send_tx.py contains:
The text was updated successfully, but these errors were encountered: