mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-01-19 14:45:23 +01:00
Committed the wrong _test file earlier...
This commit is contained in:
parent
a154e248ae
commit
51dab18446
@ -1,3 +1,13 @@
|
|||||||
package wallet
|
package wallet
|
||||||
|
|
||||||
import "testing"
|
import (
|
||||||
|
//"fmt"
|
||||||
|
"github.com/btcsuite/btcd/wire"
|
||||||
|
"testing"
|
||||||
|
)
|
||||||
|
|
||||||
|
func TestRunShaChain(t *testing.T) {
|
||||||
|
var seed wire.ShaHash
|
||||||
|
var hash wire.ShaHash
|
||||||
|
NewShaChainFromSeed(seed, 0, hash)
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user