Skip to content

Commit c2a8152

Browse files
committed
Improve logging
1 parent 79b7170 commit c2a8152

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

systest/tests/transactions_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ func testTransactions(
2424
sendFor uint32,
2525
) {
2626
var (
27-
// start sending transactions after two layers or after genesis
27+
// start sending transactions now + two layers but not earlier than layer 8 (effective genesis)
2828
first = max(currentLayer(tctx, tb, cl.Client(0))+2, 8)
2929
stop = first + sendFor
3030
batch = 10
@@ -65,7 +65,7 @@ func testTransactions(
6565
func(rst *pb.TransactionResponse) (bool, error) {
6666
txs[i] = append(txs[i], rst.Tx)
6767
count := len(txs[i])
68-
tctx.Log.Desugar().Debug("received transaction client",
68+
tctx.Log.Desugar().Debug("received transaction",
6969
zap.Uint32("layer", rst.TxResult.Layer),
7070
zap.String("client", client.Name),
7171
zap.String("tx", "0x"+hex.EncodeToString(rst.Tx.Id)),

0 commit comments

Comments
 (0)