celestiaorg / nmt

Namespaced Merkle Tree
Apache License 2.0
112 stars 39 forks source link

chore: replaces redundant codes in the HashNode with a proper function call #190

Closed staheri14 closed 1 year ago

staheri14 commented 1 year ago

Overview

Closes #130

Checklist

codecov[bot] commented 1 year ago

Codecov Report

Merging #190 (37e614d) into master (f6e7254) will decrease coverage by 0.04%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #190      +/-   ##
==========================================
- Coverage   95.74%   95.71%   -0.04%     
==========================================
  Files           5        5              
  Lines         564      560       -4     
==========================================
- Hits          540      536       -4     
  Misses         14       14              
  Partials       10       10              
Impacted Files Coverage Δ
hasher.go 97.60% <100.00%> (-0.08%) :arrow_down: