mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-26 03:01:42 +00:00
AppendTx -> DeliverTx
This commit is contained in:
@ -18,7 +18,7 @@ func TestBroadcastTx(t *testing.T) {
|
||||
if res.CheckTx.Code != 0 {
|
||||
t.Fatalf("Non-zero check tx code: %d", res.CheckTx.Code)
|
||||
}
|
||||
if res.AppendTx.Code != 0 {
|
||||
t.Fatalf("Non-zero append tx code: %d", res.AppendTx.Code)
|
||||
if res.DeliverTx.Code != 0 {
|
||||
t.Fatalf("Non-zero append tx code: %d", res.DeliverTx.Code)
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user