7 lines
184 B
Go
7 lines
184 B
Go
|
package tests
|
||
|
|
||
|
const (
|
||
|
// Tests expect a ledger device initialized to the following mnemonic
|
||
|
TestMnemonic = "equip will roof matter pink blind book anxiety banner elbow sun young"
|
||
|
)
|