test(wallet): ensure checks work when loading wallet
This commit is contained in:
@@ -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,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user