breacharbiter_test: init packager

This commit is contained in:
Conner Fromknecht 2018-02-12 10:33:23 -08:00
parent 02489dc6c0
commit 5de0c62ae6
No known key found for this signature in database
GPG Key ID: 39DE78FBE6ACB0EF
1 changed files with 2 additions and 0 deletions

View File

@ -1401,6 +1401,7 @@ func createInitChannels(revocationWindow int) (*lnwallet.LightningChannel, *lnwa
RemoteChanCfg: bobCfg,
IdentityPub: aliceKeyPub,
FundingOutpoint: *prevOut,
ShortChanID: shortChanID,
ChanType: channeldb.SingleFunder,
IsInitiator: true,
Capacity: channelCapacity,
@ -1417,6 +1418,7 @@ func createInitChannels(revocationWindow int) (*lnwallet.LightningChannel, *lnwa
RemoteChanCfg: aliceCfg,
IdentityPub: bobKeyPub,
FundingOutpoint: *prevOut,
ShortChanID: shortChanID,
ChanType: channeldb.SingleFunder,
IsInitiator: false,
Capacity: channelCapacity,