generated from mrz1836/go-template
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(SPV-930): no local-testing values
- Loading branch information
1 parent
25659a3
commit c191838
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 = "" | ||
) |