Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for updateRight (0.17 sec)

  1. pkg/ledger/smt.go

    		return
    	}
    	ch <- result{s.interiorHash(lresult.update, rresult.update, height, iBatch, root, shortcut, store, keys,
    		values, batch), nil}
    }
    
    // updateRight updates the right side of the tree
    func (s *smt) updateRight(lnode, rnode, root []byte, keys, values, batch [][]byte, iBatch, height int, shortcut,
    	store bool, ch chan<- result,
    ) {
    	// all the keys go in the right subtree
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Aug 08 16:43:05 UTC 2023
    - 14K bytes
    - Viewed (0)
Back to top