test(wallet): ensure checks work when loading wallet

This commit is contained in:
志宇
2024-07-18 06:47:34 +00:00
parent af4ee0fa4b
commit 3aed4cf179
6 changed files with 107 additions and 6 deletions

View File

@@ -57,6 +57,7 @@ pub trait PersistAsyncWith<Db>: Sized {
}
/// Represents a persisted `T`.
#[derive(Debug, PartialEq, Eq, PartialOrd, Ord)]
pub struct Persisted<T> {
inner: T,
}