mirror of
https://github.com/luxfi/node.git
synced 2026-07-27 03:39:39 +00:00
chore: drop brand token from staking KMS path examples; refresh tools go.sum checksum
config/flags.go + staking/kms.go: the StakingKMSSecretPath example string referenced a brand-specific devnet path; replaced with the generic /staking/devnet/node-0 form (lux surfaces carry no white-label brand tokens). tools/go.sum: corrected the stale charmbracelet/x/ansi v0.9.2 h1 checksum to the canonical value (verified via go mod download).
This commit is contained in:
+1
-1
@@ -27,7 +27,7 @@ import (
|
||||
// KMSConfig for staking key retrieval
|
||||
type KMSConfig struct {
|
||||
Endpoint string // KMS API endpoint (e.g., https://kms.dev.lux.network)
|
||||
SecretPath string // Path to the staking secret (e.g., /staking/liquid-devnet/node-0)
|
||||
SecretPath string // Path to the staking secret (e.g., /staking/devnet/node-0)
|
||||
AuthToken string // Bearer token for KMS auth
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user