fix tests

This commit is contained in:
Ethan Buchman
2017-01-12 10:58:44 -05:00
parent 56341de5eb
commit 814ef37f75
8 changed files with 24 additions and 11 deletions
+1 -1
View File
@@ -82,7 +82,7 @@ func BroadcastTxCommit(tx types.Tx) (*ctypes.ResultBroadcastTxCommit, error) {
Data: appendTxRes.Data,
Log: appendTxRes.Log,
}
log.Error("appendtx passed ", "r", appendTxR)
log.Notice("AppendTx passed ", "tx", []byte(tx), "response", appendTxR)
return &ctypes.ResultBroadcastTxCommit{
CheckTx: checkTxR,
AppendTx: appendTxR,