mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-08 19:59:29 +00:00
fix: electrumx exception data interpolation
This commit is contained in:
parent
833daea120
commit
b371e59182
1 changed files with 1 additions and 1 deletions
|
@ -160,7 +160,7 @@ class ElectrumX {
|
|||
"JSONRPC response\n"
|
||||
" command: $command\n"
|
||||
" args: $args\n"
|
||||
" error: $response.data",
|
||||
" error: ${response.data}",
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue