mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2025-02-07 23:42:39 +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 {
|
func (p *Payload) decodeData() error {
|
||||||
m := new(message)
|
m := new(message)
|
||||||
br := io.NewBinReaderFromBuf(p.data)
|
br := io.NewBinReaderFromBuf(p.data)
|
||||||
|
|
Loading…
Add table
Reference in a new issue