fix: electrumx exception data interpolation

This commit is contained in:
julian 2023-06-16 19:25:10 -06:00
parent 833daea120
commit b371e59182

View file

@ -160,7 +160,7 @@ class ElectrumX {
"JSONRPC response\n"
" command: $command\n"
" args: $args\n"
" error: $response.data",
" error: ${response.data}",
);
}