mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-10-10 22:32:42 +02:00
multi: use mutex-guarded ShortChanID() on OpenChannel
This commit is contained in:
@@ -242,7 +242,7 @@ func createTestPeer(notifier chainntnfs.ChainNotifier,
|
||||
RemoteChanCfg: bobCfg,
|
||||
IdentityPub: aliceKeyPub,
|
||||
FundingOutpoint: *prevOut,
|
||||
ShortChanID: shortChanID,
|
||||
ShortChannelID: shortChanID,
|
||||
ChanType: channeldb.SingleFunder,
|
||||
IsInitiator: true,
|
||||
Capacity: channelCapacity,
|
||||
|
Reference in New Issue
Block a user