diff --git a/channeldb/channel_test.go b/channeldb/channel_test.go index 97ab7d5bf..7cbde7f23 100644 --- a/channeldb/channel_test.go +++ b/channeldb/channel_test.go @@ -205,7 +205,7 @@ func createTestChannelState(cdb *DB) (*OpenChannel, error) { return &OpenChannel{ ChanType: SingleFunder, ChainHash: key, - FundingOutpoint: *testOutpoint, + FundingOutpoint: wire.OutPoint{Hash: key, Index: rand.Uint32()}, ShortChannelID: chanID, IsInitiator: true, IsPending: true,