BlockStorage.deleteBlock - multiple declarations

Function BlockStorage.deleteBlock

Delete a block from this storage.

void deleteBlock (
  ulong Index
);

Note

When a blocks is deleted, the block is just marked as unused, but the data is still there.

Function BlockStorage.deleteBlock

Delete a block, using his hash as an identifier.

void deleteBlock (
  string Hash
);