Skip to content

Commit 68669e3

Browse files
committed
add a todo regarding session properties not existing in the spec
1 parent e2fb03a commit 68669e3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

relay_rpc/src/rpc/params/session_settle.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ pub struct SessionSettleRequest {
3737
///
3838
/// Expiry should be between .now() + TTL.
3939
pub expiry: u64,
40+
// TODO: There doesn't seem to be a sessionProperties field as per the spec: https://specs.walletconnect.com/2.0/specs/clients/sign/rpc-methods#wc_sessionsettle
41+
// Instead, there is an optional specialNamespaces field that's missing.
4042
pub session_properties: Option<Value>,
4143
}
4244

0 commit comments

Comments
 (0)