Skip to content

Commit

Permalink
fix tv pool
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-tron committed Oct 9, 2023
1 parent fab4b2f commit d291196
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion abi/ordering.go
Original file line number Diff line number Diff line change
Expand Up @@ -623,7 +623,7 @@ var contractInterfacesOrder = []InterfaceDescription{
{
Name: TvPool,
Results: []string{
"GetPoolDataResult",
"GetPoolData_TfResult",
"ListNominatorsResult",
"ListVotesResult",
},
Expand Down
2 changes: 1 addition & 1 deletion abi/schemas/tonvalidators.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
account_lists#_ list:(Hashmap 256 Cell) = AccountLists;
</types>
<interface name="tv_pool">
<get_method name="get_pool_data"/>
<get_method name="get_pool_data" version="tf"/>
<!-- <get_method name="get_nominator_data"/> todo: uncomment-->
<get_method name="list_nominators"/>
<get_method name="list_votes"/>
Expand Down

0 comments on commit d291196

Please sign in to comment.