mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-24 11:15:58 +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"
|
"JSONRPC response\n"
|
||||||
" command: $command\n"
|
" command: $command\n"
|
||||||
" args: $args\n"
|
" args: $args\n"
|
||||||
" error: $response.data",
|
" error: ${response.data}",
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue