diff options
author | axtloss <axtlos@getcryst.al> | 2024-02-17 19:41:01 +0100 |
---|---|---|
committer | axtloss <axtlos@getcryst.al> | 2024-02-17 19:41:01 +0100 |
commit | 296a1f89fb3bbc2751f55a9eab9ec492bee3adba (patch) | |
tree | e899f1ac0acb5b645d4019829ae2f4ee2b3e768f /verifysetup/core | |
parent | 63d3b78538e2e40bd199ee771bcdf9413e542319 (diff) | |
download | fsverify-296a1f89fb3bbc2751f55a9eab9ec492bee3adba.tar.gz fsverify-296a1f89fb3bbc2751f55a9eab9ec492bee3adba.tar.bz2 |
Fix fsverify block verification
Diffstat (limited to 'verifysetup/core')
-rw-r--r-- | verifysetup/core/storage.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/verifysetup/core/storage.go b/verifysetup/core/storage.go index 48a31d9..ddc70b3 100644 --- a/verifysetup/core/storage.go +++ b/verifysetup/core/storage.go @@ -63,8 +63,8 @@ func AddNode(node verify.Node, tx *bolt.Tx) error { } return nil } - +/* func CreateHeader(unsignedHash string, signedHash string, diskSize int, tableSize int) ([]byte, error) { header := make([]byte, 200) -} +}*/ |