Skip to content

Commit c92006c

Browse files
committed
small fixed
1 parent c167355 commit c92006c

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

abi/interfaces.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -740,7 +740,7 @@ var contractInterfacesOrder = []InterfaceDescription{
740740
{
741741
Name: DaolamaVault,
742742
Results: []string{
743-
"GetPoolDataResult",
743+
"GetPoolData_DaolamaResult",
744744
},
745745
},
746746
{

abi/schemas/daolama.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<internal name="daolama_vault_withdraw"/>
66
</msg_in>
77

8-
<get_method name="get_pool_data"/>
8+
<get_method name="get_pool_data" version="daolama"/>
99
</interface>
1010

1111
<internal name="daolama_vault_supply">

tlb/messages.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ type Message struct {
2424

2525
// Hash returns a hash of this Message.
2626
func (m *Message) Hash() Bits256 {
27+
return m.hash //todo: remove
2728
if m.Info.SumType != "ExtInMsgInfo" {
2829
return m.hash
2930
}

0 commit comments

Comments
 (0)