mirror of
https://github.com/aljazceru/lspd.git
synced 2025-12-21 15:54:25 +01:00
Add output index to OpenChannelReply
This commit is contained in:
@@ -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"];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user