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 d668493 commit 0efb905Copy full SHA for 0efb905
pkg/code/async/nonce/allocator.go
@@ -16,6 +16,8 @@ import (
16
// - Need some level of memory account management with the ability to find a free index
17
// - Does not require a vault key record
18
19
+// todo: Split out Solana mainnet nonce allocation based on use case
20
+
21
func (p *service) generateNonceAccountsOnSolanaMainnet(serviceCtx context.Context) error {
22
23
hasWarnedUser := false
0 commit comments