Skip to content

Commit

Permalink
Fix empty branch
Browse files Browse the repository at this point in the history
  • Loading branch information
yzang2019 committed Jan 10, 2024
1 parent cdf9b9b commit 168fd1d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions loadtest/tx.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ func SendTx(
}
if grpcRes.TxResponse.Code == 0 {
atomic.AddInt64(sentCount, 1)
} else {

}
}

Expand Down

0 comments on commit 168fd1d

Please sign in to comment.