mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-03-03 10:46:42 +01:00
remove response trace log (#325)
This commit is contained in:
parent
9fd5f52b98
commit
77d0f98f95
1 changed files with 0 additions and 1 deletions
|
@ -486,7 +486,6 @@ class EclairRpcClient(val instance: EclairInstance)(
|
|||
private def parseResult[T](result: JsResult[T], json: JsValue): T = {
|
||||
result match {
|
||||
case res: JsSuccess[T] =>
|
||||
logger.trace(s"eclair rpc response ${res}")
|
||||
res.value
|
||||
case res: JsError =>
|
||||
(json \ errorKey).validate[RpcError] match {
|
||||
|
|
Loading…
Add table
Reference in a new issue