Skip to content

Commit

Permalink
Merge pull request #3 from KyberNetwork/fix/unmarshalmsg_return_buffer
Browse files Browse the repository at this point in the history
[Fix] UnmarshalMsg return buffer
  • Loading branch information
phqb authored May 24, 2024
2 parents 176808a + 045c55b commit a112224
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions entities/tickdataprovider_msgpencode.go
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,8 @@ func (p *TickDataProviderWrapper) UnmarshalMsg(bts []byte) (o []byte, err error)
return
}
p.TickDataProvider = providerVal.Interface().(TickDataProvider)

o = bts
return
}

Expand Down

0 comments on commit a112224

Please sign in to comment.