Skip to content

Commit

Permalink
small fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-tron committed Dec 17, 2024
1 parent c167355 commit c92006c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion abi/interfaces.go
Original file line number Diff line number Diff line change
Expand Up @@ -740,7 +740,7 @@ var contractInterfacesOrder = []InterfaceDescription{
{
Name: DaolamaVault,
Results: []string{
"GetPoolDataResult",
"GetPoolData_DaolamaResult",
},
},
{
Expand Down
2 changes: 1 addition & 1 deletion abi/schemas/daolama.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<internal name="daolama_vault_withdraw"/>
</msg_in>

<get_method name="get_pool_data"/>
<get_method name="get_pool_data" version="daolama"/>
</interface>

<internal name="daolama_vault_supply">
Expand Down
1 change: 1 addition & 0 deletions tlb/messages.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ type Message struct {

// Hash returns a hash of this Message.
func (m *Message) Hash() Bits256 {
return m.hash //todo: remove
if m.Info.SumType != "ExtInMsgInfo" {
return m.hash
}
Expand Down

0 comments on commit c92006c

Please sign in to comment.