Skip to content

Commit

Permalink
fix(logic): register bank_balances predicate
Browse files Browse the repository at this point in the history
  • Loading branch information
bdeneux authored and ccamel committed Jan 17, 2023
1 parent 0280a12 commit 3ad6317
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions x/logic/interpreter/registry.go
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ var Registry = map[string]RegistryEntry{
"chain_id/1": {predicate.ChainID, 1},
"block_height/1": {predicate.BlockHeight, 1},
"block_time/1": {predicate.BlockTime, 1},
"bank_balances/2": {predicate.BankBalances, 1},
}

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

0 comments on commit 3ad6317

Please sign in to comment.