forked from mirrors/gomod2nix
e54afe9222
- added a test case to demonstrate the fail scenario
11 lines
126 B
Go
11 lines
126 B
Go
package main
|
|
|
|
import (
|
|
"fmt"
|
|
|
|
"github.com/tharsis/ethermint/crypto/hd"
|
|
)
|
|
|
|
func main() {
|
|
fmt.Println(hd.NewExtendedKey())
|
|
}
|