Skip to content

Commit

Permalink
Merge pull request #200 from gromgull/gromgull/quickfix/abi-typo
Browse files Browse the repository at this point in the history
fixed typo in abi schema whales.xml
  • Loading branch information
mr-tron authored Nov 22, 2023
2 parents 0e2ebdc + 07078df commit 0cc0e19
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions abi/schemas/whales.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,19 @@
<!-- <get_method name="get_member" version="whales_nominator"/> todo: uncomment-->
<!-- <get_method name="get_members_raw" version="whales_nominator" todo: uncomment/>-->
<get_method name="get_params" version="whales_nominator"/>
<in_msg>
<msg_in>
<internal name="whales_nominators_withdraw"/>
<internal name="whales_nominators_deposit"/>
<internal name="whales_nominators_send_stake"/>
<internal name="whales_nominators_withdraw_unowned"/>
<internal name="whales_nominators_force_kick"/>
</in_msg>
<out_msg>
</msg_in>
<msg_out>
<internal name="whales_nominators_accept_stake"/>
<internal name="whales_nominators_accept_withdraws"/>
<internal name="whales_nominators_withdraw_unowned_response"/>
<internal name="whales_nominators_stake_withdraw_completed"/>
</out_msg>
</msg_out>
</interface>
<get_method name="get_staking_status" >
<output fixed_length="true">
Expand Down Expand Up @@ -104,4 +104,4 @@
<internal name="whales_nominators_accept_withdraws" >
accept_withdraws#a19fd934 query_id:uint64 members:Cell= InternalMsgBody;
</internal>
</abi>
</abi>

0 comments on commit 0cc0e19

Please sign in to comment.