routing: export MissionControl

This commit is contained in:
Johan T. Halseth
2019-05-23 20:05:30 +02:00
parent 3323800e02
commit adc4640f4f
4 changed files with 29 additions and 29 deletions

View File

@ -33,7 +33,7 @@ func TestRequestRoute(t *testing.T) {
}
session := &paymentSession{
mc: &missionControl{
mc: &MissionControl{
selfNode: &channeldb.LightningNode{},
},
pruneViewSnapshot: graphPruneView{},