mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-22 10:34:32 +00:00
show error before data in case dart decides string is too long and cuts it off
This commit is contained in:
parent
e1140e6fa6
commit
5439ce8954
1 changed files with 2 additions and 2 deletions
|
@ -159,8 +159,8 @@ class ElectrumX {
|
||||||
throw Exception(
|
throw Exception(
|
||||||
"JSONRPC response\n"
|
"JSONRPC response\n"
|
||||||
" command: $command\n"
|
" command: $command\n"
|
||||||
" args: $args\n"
|
" error: ${response.data}"
|
||||||
" error: ${response.data}",
|
" args: $args\n",
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue