diff --git a/client/websocket_client.go b/client/websocket_client.go index c6b628ddb91560f949586138736ef9c6148d0ead..e3da5e9f720e01cc881c2986b2b805850a46641f 100644 --- a/client/websocket_client.go +++ b/client/websocket_client.go @@ -166,7 +166,7 @@ func (burrowNodeWebsocketClient *burrowNodeWebsocketClient) WaitForConfirmation( confirmationChannel <- Confirmation{ BlockHash: latestBlockHash, Event: &data, - Exception: fmt.Errorf("Transaction confirmed with exception:", data.Exception), + Exception: fmt.Errorf("Transaction confirmed with exception: %v", data.Exception), Error: nil, } return