Skip to content

Commit

Permalink
fix(SPV-930): no local-testing values
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-4chain committed Aug 26, 2024
1 parent 25659a3 commit c191838
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions examples/example_keys.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ package examples

const (
// ExampleAdminKey - example admin key
ExampleAdminKey string = "xprv9s21ZrQH143K3CbJXirfrtpLvhT3Vgusdo8coBritQ3rcS7Jy7sxWhatuxG5h2y1Cqj8FKmPp69536gmjYRpfga2MJdsGyBsnB12E19CESK"
ExampleAdminKey string = ""

// you can generate new keys using `task generate_keys`

// ExampleXPriv - example private key
ExampleXPriv string = "xprv9s21ZrQH143K2BsvHcmggU1yLpSnw941TbxF2FEBpUMBA4Jv6vuiMn5AVSAJPQT4QNS6kwiYJSsB3QzQs7drzZdvCutAtG55cZzJGnmcBbp"
ExampleXPriv string = ""
// ExampleXPub - example public key
ExampleXPub string = "xpub661MyMwAqRbcEfxPPeJh3bxhtrHHLbmrppsqpddoNotA2re4eUDxuaPeLg279PVvSuuh6xpqyZxzjUvPpBbLeNEfW4jJTd2KLNQAGqufCe1"
ExampleXPub string = ""

// ExamplePaymail - example Paymail address
ExamplePaymail string = "[email protected]"
ExamplePaymail string = ""
)

0 comments on commit c191838

Please sign in to comment.