Skip to content
  • Bastian Köcher's avatar
    Fix `storage::read` (#7084) · 9a69be05
    Bastian Köcher authored
    * Fix `storage::read`
    
    It should return the length of the storage item after the given offset.
    Before it returned always the length of the full storage item.
    
    * Fix tests
    9a69be05