Commit b4f18c0 1 parent f67bb57 commit b4f18c0 Copy full SHA for b4f18c0
File tree 1 file changed +0
-6
lines changed
mm2src/kdf_walletconnect/src/session
1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -43,11 +43,8 @@ pub enum SessionType {
43
43
pub struct SessionRpcInfo {
44
44
pub topic : Topic ,
45
45
pub metadata : Metadata ,
46
- pub peer_pubkey : String ,
47
46
pub pairing_topic : Topic ,
48
47
pub namespaces : BTreeMap < String , Namespace > ,
49
- pub subscription_id : SubscriptionId ,
50
- pub properties : Option < SessionProperties > ,
51
48
pub expiry : u64 ,
52
49
}
53
50
@@ -188,11 +185,8 @@ impl From<Session> for SessionRpcInfo {
188
185
Self {
189
186
topic : value. topic ,
190
187
metadata : value. controller . metadata ,
191
- peer_pubkey : value. controller . public_key ,
192
188
pairing_topic : value. pairing_topic ,
193
189
namespaces : value. namespaces ,
194
- subscription_id : value. subscription_id ,
195
- properties : value. session_properties ,
196
190
expiry : value. expiry ,
197
191
}
198
192
}
You can’t perform that action at this time.
0 commit comments