mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-06-30 02:21:08 +02:00
docs: fix typos
This commit is contained in:
@ -1932,7 +1932,7 @@ func (r *rpcServer) parseOpenChannelReq(in *lnrpc.OpenChannelRequest,
|
||||
// if both are set.
|
||||
if in.FundingShim != nil && in.FundMax {
|
||||
return nil, fmt.Errorf("cannot provide a psbt funding shim " +
|
||||
"while committing the maxium wallet balance towards " +
|
||||
"while committing the maximum wallet balance towards " +
|
||||
"the channel opening")
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user