Skip to content

Commit

Permalink
rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
ian-shim committed Apr 9, 2024
1 parent 5c748d0 commit 4beb492
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/mock/state.go
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ func (d *ChainDataMock) GetTotalOperatorStateWithQuorums(ctx context.Context, bl
for opID := range operatorsByID {
if aggPubKeys[quorumID] == nil {
key := privateOperators[opID].KeyPair.GetPubKeyG1()
aggPubKeys[quorumID] = key.Deserialize(key.Serialize())
aggPubKeys[quorumID] = key.Clone()
} else {
aggPubKeys[quorumID].Add(privateOperators[opID].KeyPair.GetPubKeyG1())
}
Expand Down

0 comments on commit 4beb492

Please sign in to comment.