Skip to content

Commit 0efb905

Browse files
committed
Add todo note for nonce allocator
1 parent d668493 commit 0efb905

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkg/code/async/nonce/allocator.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ import (
1616
// - Need some level of memory account management with the ability to find a free index
1717
// - Does not require a vault key record
1818

19+
// todo: Split out Solana mainnet nonce allocation based on use case
20+
1921
func (p *service) generateNonceAccountsOnSolanaMainnet(serviceCtx context.Context) error {
2022

2123
hasWarnedUser := false

0 commit comments

Comments
 (0)