mirror of https://github.com/status-im/nim-rlp.git
add a comment for a possible future optimization
This commit is contained in:
parent
f481a72bbb
commit
c4b56ca553
|
@ -244,6 +244,7 @@ proc initRlpList*(listSize: int): RlpWriter =
|
|||
result = initRlpWriter()
|
||||
startList(result, listSize)
|
||||
|
||||
# TODO: This should return a lent value
|
||||
proc finish*(self): seq[byte] =
|
||||
if pendingLists.len > 0:
|
||||
raise newException(PrematureFinalizationError,
|
||||
|
|
Loading…
Reference in New Issue