Skip to content

Commit

Permalink
fix: fix typo in predicate name
Browse files Browse the repository at this point in the history
Co-authored-by: Arnaud Mimart <33665250+amimart@users.noreply.github.com>
  • Loading branch information
ccamel and amimart authored Feb 1, 2023
1 parent 3600206 commit a80dd89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/logic/interpreter/registry.go
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ var Registry = map[string]RegistryEntry{
"bank_balances/2": {predicate.BankBalances, 1},
"bank_spendable_balances/2": {predicate.BankSpendableBalances, 1},
"bank_locked_balances/2": {predicate.BankLockedBalances, 1},
"did_componets/2": {predicate.DIDComponents, 1},
"did_components/2": {predicate.DIDComponents, 1},
}

// RegistryNames is the list of the predicate names in the Registry.
Expand Down

0 comments on commit a80dd89

Please sign in to comment.