chore: Refactor existing references to transaction service

This commit is contained in:
nexy7574
2026-02-20 21:31:45 +00:00
committed by timedout
parent e986cd4536
commit 21a97cdd0b
4 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -38,7 +38,7 @@ impl crate::Service for Service {
}
impl Service {
pub fn add_txnid(
pub fn add_client_txnid(
&self,
user_id: &UserId,
device_id: Option<&DeviceId>,
@@ -54,7 +54,7 @@ impl Service {
self.db.userdevicetxnid_response.insert(&key, data);
}
pub async fn existing_txnid(
pub async fn get_client_txn(
&self,
user_id: &UserId,
device_id: Option<&DeviceId>,