We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c167355 commit c92006cCopy full SHA for c92006c
3 files changed
abi/interfaces.go
@@ -740,7 +740,7 @@ var contractInterfacesOrder = []InterfaceDescription{
740
{
741
Name: DaolamaVault,
742
Results: []string{
743
- "GetPoolDataResult",
+ "GetPoolData_DaolamaResult",
744
},
745
746
abi/schemas/daolama.xml
@@ -5,7 +5,7 @@
5
<internal name="daolama_vault_withdraw"/>
6
</msg_in>
7
8
- <get_method name="get_pool_data"/>
+ <get_method name="get_pool_data" version="daolama"/>
9
</interface>
10
11
<internal name="daolama_vault_supply">
tlb/messages.go
@@ -24,6 +24,7 @@ type Message struct {
24
25
// Hash returns a hash of this Message.
26
func (m *Message) Hash() Bits256 {
27
+ return m.hash //todo: remove
28
if m.Info.SumType != "ExtInMsgInfo" {
29
return m.hash
30
}
0 commit comments