Skip to content
Snippets Groups Projects
Commit 553f6e18 authored by RJ's avatar RJ Committed by GitHub
Browse files

Merge pull request #379 from benjaminbollen/issue378_fix_error_description_in_client

client/core: fixes 378 report exception, not error
parents de4f9d71 0ac2d44e
No related branches found
No related tags found
No related merge requests found
......@@ -308,7 +308,7 @@ func SignAndBroadcast(chainID string, nodeClient client.NodeClient, keyClient ke
return
}
if confirmation.Exception != nil {
log.Errorf("Encountered Exception from chain w: %s\n", confirmation.Error)
log.Errorf("Encountered Exception from chain: %s\n", confirmation.Exception)
err = confirmation.Exception
return
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment