mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-07 03:06:01 +02:00
multi: formatting and comment fixes
This commit is contained in:
@@ -89,6 +89,7 @@ func createTestWalletWithPw(t *testing.T, pubPw, privPw []byte, dir string,
|
||||
|
||||
func createSeedAndMnemonic(t *testing.T,
|
||||
pass []byte) (*aezeed.CipherSeed, aezeed.Mnemonic) {
|
||||
|
||||
cipherSeed, err := aezeed.New(
|
||||
keychain.KeyDerivationVersion, &testEntropy, time.Now(),
|
||||
)
|
||||
|
Reference in New Issue
Block a user