We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 653bed2 commit 79737bfCopy full SHA for 79737bf
pkg/code/server/transaction/server.go
@@ -62,6 +62,7 @@ func NewTransactionServer(
62
nonce.EnvironmentCvm,
63
common.CodeVmAccount.PublicKey().ToBase58(),
64
nonce.PurposeClientTransaction,
65
+ noncePools...,
66
)
67
if err != nil {
68
return nil, errors.New("nonce pool for core mint is not provided")
0 commit comments