Add output index to OpenChannelReply

This commit is contained in:
Yaacov Akiba Slama
2019-07-22 15:12:35 +03:00
parent 93eb57364c
commit ab824d1565
3 changed files with 46 additions and 33 deletions

View File

@@ -53,4 +53,6 @@ message OpenChannelRequest {
message OpenChannelReply {
/// The transaction hash
string tx_hash = 1 [ json_name = "tx_hash" ];
/// The output index
uint32 output_index = 2 [ json_name = "output_index"];
}