mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-08 19:59:29 +00:00
change exception message
:)
This commit is contained in:
parent
b82ed502ca
commit
6749bc2f06
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ class JsonRPC {
|
|||
void _sendNextAvailableRequest() {
|
||||
if (_requestQueue.isEmpty) {
|
||||
// TODO handle properly
|
||||
throw Exception("reeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee");
|
||||
throw Exception("JSON RPC queue empty");
|
||||
}
|
||||
|
||||
final req = _requestQueue.next;
|
||||
|
|
Loading…
Reference in a new issue