We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 663c5e0 commit e1bb5e7Copy full SHA for e1bb5e7
1 file changed
crates/plume_utils/src/options.rs
@@ -276,7 +276,10 @@ impl SignerApp {
276
277
pub fn supports_rsd(&self) -> bool {
278
use SignerApp::*;
279
- matches!(self, StikDebug | Feather | Protokolle | Antrag)
+ matches!(
280
+ self,
281
+ StikDebug | Feather | Protokolle | Antrag | SideStore | LiveContainerAndSideStore
282
+ )
283
}
284
285
pub fn pairing_file_path(&self) -> Option<&'static str> {
0 commit comments