ParagonIE\Halite\Structure\MerkleTree::triggerRootCalculation PHP Method

triggerRootCalculation() public method

Explicitly recalculate the Merkle root
public triggerRootCalculation ( ) : self
return self
    public function triggerRootCalculation() : self
    {
        $this->root = $this->calculateRoot();
        return $this;
    }