Skip to content

Commit

Permalink
docs: added comment for NamePointer.EncodeRLP()
Browse files Browse the repository at this point in the history
  • Loading branch information
randomshinichi committed Apr 30, 2019
1 parent f2bc093 commit 0788935
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aeternity/transactions.go
Expand Up @@ -265,6 +265,7 @@ type NamePointer struct {
*models.NamePointer
}

// EncodeRLP implements rlp.Encoder interface.
func (t *NamePointer) EncodeRLP(w io.Writer) (err error) {
accountID, err := buildIDTag(IDTagAccount, string(t.NamePointer.ID))
if err != nil {
Expand Down

0 comments on commit 0788935

Please sign in to comment.