AegeusCoin / aegeus-ui

0 stars 2 forks source link

Provide feedback after importing an address #89

Open AegeusCoin opened 5 years ago

AegeusCoin commented 5 years ago

Report the result of the operation

tdiesler commented 5 years ago

Is it perhaps the case that the underlying wallet does not respond to concurrent RPC calls while an import operation is running? The WebUI should respond immediately, after starting the import thread, but it doesn't. Instead it is blocked by something else, which will likely be a subsequent RPC call to the wallet.

AegeusCoin commented 5 years ago

I'll look into this