Skip to content

Commit

Permalink
scaladoc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kushti committed Sep 19, 2022
1 parent 05d0207 commit f1d5835
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ trait ErgoHistoryReader

/**
* @param id - modifier id
* @return raw bytes of semantically valid ErgoPersistentModifier with the given id it is in history
* @return type and raw bytes of semantically valid ErgoPersistentModifier with the given id it is in history
*/
def modifierTypeAndBytesById(id: ModifierId): Option[(ModifierTypeId, Array[Byte])] =
if (isSemanticallyValid(id) != ModifierSemanticValidity.Invalid) {
Expand Down

0 comments on commit f1d5835

Please sign in to comment.