Skip to content

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
volodymyr-basiuk committed Jan 16, 2024
1 parent 2a96369 commit b5c2484
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion verifiable/credential.go
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ func verifyIden3SparseMerkleTreeProof(proof Iden3SparseMerkleTreeProof, coreClai
// Published or genesis
if !*vm.IdentityState.Published {
var isGenesisState bool
isGenesisState, err := isGenesis(proof.IssuerData.ID, *proof.IssuerData.State.Value)
isGenesisState, err = isGenesis(proof.IssuerData.ID, *proof.IssuerData.State.Value)
if err != nil {
return err
}
Expand Down

0 comments on commit b5c2484

Please sign in to comment.