Skip to content

Commit

Permalink
Fix build err for rpcserver_test.go (btcsuite#274)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlyp committed Jun 16, 2016
1 parent dfb6bcd commit 697443a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpcserver_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ var primaryHarness *rpctest.Harness

func TestMain(m *testing.M) {
var err error
primaryHarness, err = rpctest.New(&chaincfg.SimNetParams, nil, nil)
primaryHarness, err = rpctest.NewHarness(&chaincfg.SimNetParams, nil, nil)
if err != nil {
fmt.Println("unable to create primary harness: ", err)
os.Exit(1)
Expand Down

0 comments on commit 697443a

Please sign in to comment.