Skip to content

Commit 51041b3

Browse files
lwlwilliamlorenzodonini
authored andcommitted
Use positive numbers as transactionId
1 parent b4dec4e commit 51041b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/1.6/cs/handler.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import (
1515
)
1616

1717
var (
18-
nextTransactionId = 0
18+
nextTransactionId = 1
1919
)
2020

2121
// TransactionInfo contains info about a transaction

0 commit comments

Comments
 (0)