mirror of
https://github.com/lightninglabs/lightning-terminal.git
synced 2026-08-13 12:33:36 +02:00
rpcserver: marshal privacy flags
This commit is contained in:
parent
ef55e4396d
commit
9e20dc4078
1 changed files with 1 additions and 0 deletions
|
|
@ -1503,6 +1503,7 @@ func (s *sessionRpcServer) marshalRPCSession(sess *session.Session) (
|
|||
AutopilotFeatureInfo: featureInfo,
|
||||
GroupId: sess.GroupID[:],
|
||||
FeatureConfigs: clientConfig,
|
||||
PrivacyFlags: sess.PrivacyFlags.Serialize(),
|
||||
}, nil
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue