Committed the wrong _test file earlier...

This commit is contained in:
Joseph Poon 2015-12-16 10:57:22 -08:00
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)
}