rename some old id to sts_hash (#402)
This commit is contained in:
parent
0e2f7b756e
commit
511efa8d44
7 changed files with 23 additions and 37 deletions
|
|
@ -938,7 +938,7 @@ pub trait Pod: fmt::Debug + DynClone + Sync + Send + Any + EqualsAny {
|
|||
params: Params,
|
||||
data: serde_json::Value,
|
||||
vd_set: VDSet,
|
||||
id: Hash,
|
||||
sts_hash: Hash,
|
||||
) -> Result<Self, BackendError>
|
||||
where
|
||||
Self: Sized;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue