Skip to content

Commit

Permalink
Fills snapshot with h-vscid mappings
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel authored and danwt committed Dec 13, 2022
1 parent 92939cd commit 78336bd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/difference/core/model/src/model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -636,6 +636,8 @@ class Model {
undelegationQ: this.staking.undelegationQ,
delegatorTokens: this.staking.delegatorTokens,
consumerPower: this.ccvC.consumerPower,
vscIDtoH: this.ccvP.vscIDtoH,
hToVscID: this.ccvC.hToVscID
});
};

Expand Down

0 comments on commit 78336bd

Please sign in to comment.