multi: allow specifying max csv for locally initiated channels

This commit is contained in:
carla
2020-10-29 11:48:43 +02:00
parent f4136decae
commit 91bf59df17
6 changed files with 800 additions and 760 deletions

View File

@ -1900,6 +1900,7 @@ func (r *rpcServer) parseOpenChannelReq(in *lnrpc.OpenChannelRequest,
shutdownScript: script,
maxValueInFlight: maxValue,
maxHtlcs: maxHtlcs,
maxLocalCsv: uint16(in.MaxLocalCsv),
}, nil
}