2 parents 9cd6cea + e5437a3 commit 7354bd9Copy full SHA for 7354bd9
1 file changed
network-protocols.md
@@ -115,6 +115,11 @@ type PaymentInfo struct {
115
// use to pay the miner. It must already have sufficient funds locked up
116
Channel ChannelID
117
118
+ // ChannelMsgCid is the B58 encoded CID of the message used to create the
119
+ // channel. Adding the message cid allows the miner to wait until the
120
+ // channel is accepted on chain.
121
+ ChannelMsgCid cid.Cid
122
+
123
// Vouchers is a set of payments from the client to the miner that can be
124
// cashed out contingent on the agreed upon data being provably within a
125
// live sector in the miners control on-chain
0 commit comments