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 committed Dec 13, 2022
1 parent 77e0e7f commit c83c85d
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 c83c85d

Please sign in to comment.