fix: remove unused method with_pin_date

This commit is contained in:
edouardparis 2025-05-16 17:13:42 +02:00
parent 5baf281204
commit 79fcbc41e2

View File

@ -66,11 +66,6 @@ impl Wallet {
self
}
pub fn with_pin_date(mut self, pinned_at: Option<i64>) -> Self {
self.pinned_at = pinned_at;
self
}
// To match with WalletSettings.wallet_id
pub fn id(&self) -> WalletId {
WalletId::new(self.descriptor_checksum.clone(), self.pinned_at)