Skip to content

Commit 168fd1d

Browse files
committed
Fix empty branch
1 parent cdf9b9b commit 168fd1d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

loadtest/tx.go

-2
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@ func SendTx(
3636
}
3737
if grpcRes.TxResponse.Code == 0 {
3838
atomic.AddInt64(sentCount, 1)
39-
} else {
40-
4139
}
4240
}
4341

0 commit comments

Comments
 (0)