Committed the wrong _test file earlier...
This commit is contained in:
parent
a154e248ae
commit
51dab18446
@ -1,3 +1,13 @@
|
||||
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