Skip to content

Commit

Permalink
add TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
BeniaminDrasovean committed Dec 21, 2022
1 parent 0745b5e commit 4bbbca3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions state/parsers/dataTrieLeafParser.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ func (tlp *dataTrieLeafParser) ParseLeaf(trieKey []byte, trieVal []byte) (core.K
return keyValStorage.NewKeyValStorage(trieKey, value), nil
}

// TODO remove this after proper marshaller fix
func isEmptyTrieData(data *dataTrieValue.TrieLeafData) bool {
if data == nil {
return true
Expand Down

0 comments on commit 4bbbca3

Please sign in to comment.