mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-09 20:29:57 +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() {
|
void _sendNextAvailableRequest() {
|
||||||
if (_requestQueue.isEmpty) {
|
if (_requestQueue.isEmpty) {
|
||||||
// TODO handle properly
|
// TODO handle properly
|
||||||
throw Exception("reeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee");
|
throw Exception("JSON RPC queue empty");
|
||||||
}
|
}
|
||||||
|
|
||||||
final req = _requestQueue.next;
|
final req = _requestQueue.next;
|
||||||
|
|
Loading…
Reference in a new issue