Skip to content

Commit 79737bf

Browse files
committed
Fix transaction server startup
1 parent 653bed2 commit 79737bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/code/server/transaction/server.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ func NewTransactionServer(
6262
nonce.EnvironmentCvm,
6363
common.CodeVmAccount.PublicKey().ToBase58(),
6464
nonce.PurposeClientTransaction,
65+
noncePools...,
6566
)
6667
if err != nil {
6768
return nil, errors.New("nonce pool for core mint is not provided")

0 commit comments

Comments
 (0)