mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2025-01-20 15:08:19 +00:00
consensus: fix decodeData doc-comment
This commit is contained in:
parent
2863343f03
commit
bc81b56708
1 changed files with 1 additions and 1 deletions
|
@ -319,7 +319,7 @@ func (t messageType) String() string {
|
|||
}
|
||||
}
|
||||
|
||||
// decode data of payload into it's message
|
||||
// decodeData decodes data of payload into it's message.
|
||||
func (p *Payload) decodeData() error {
|
||||
m := new(message)
|
||||
br := io.NewBinReaderFromBuf(p.data)
|
||||
|
|
Loading…
Reference in a new issue