We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e9146f commit 636b4a5Copy full SHA for 636b4a5
payjoin/src/receive/v2.rs
@@ -260,8 +260,6 @@ impl Enrolled {
260
Ok(crate::v2::ohttp_encapsulate(&mut self.ohttp_keys, "GET", &fallback_target, None)?)
261
}
262
263
- pub fn pubkey(&self) -> [u8; 33] { self.s.public_key().serialize() }
264
-
265
pub fn fallback_target(&self) -> String {
266
let pubkey = &self.s.public_key().serialize();
267
let b64_config = base64::Config::new(base64::CharacterSet::UrlSafe, false);
0 commit comments