Skip to content

Commit

Permalink
feat(logic): register the locked coins predicated
Browse files Browse the repository at this point in the history
  • Loading branch information
bdeneux committed Jan 19, 2023
1 parent 7a926c5 commit b61ce52
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 @@ -113,6 +113,7 @@ var Registry = map[string]RegistryEntry{
"block_time/1": {predicate.BlockTime, 1},
"bank_balances/2": {predicate.BankBalances, 1},
"bank_spendable_coins/2": {predicate.BankSpendableCoins, 1},
"bank_locked_coins/2": {predicate.BankLockedCoins, 1},
}

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

0 comments on commit b61ce52

Please sign in to comment.