Skip to content
This repository has been archived by the owner on May 13, 2022. It is now read-only.

Commit

Permalink
Merge pull request #379 from benjaminbollen/issue378_fix_error_descri…
Browse files Browse the repository at this point in the history
…ption_in_client

client/core: fixes 378 report exception, not error
  • Loading branch information
RJ committed Nov 14, 2016
2 parents de4f9d7 + 0ac2d44 commit 553f6e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/core/transaction_factory.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 553f6e1

Please sign in to comment.