It was proving difficult to find look the address up from a given path with a full node (sometimes the value wouldn't exist in the disk db). So, instead, for now we are using the node's LeafKey with is a Keccak256 hash of the address, so if we know the address we can figure out which LeafKey it matches up to. |
||
|---|---|---|
| .. | ||
| builder_test.go | ||
| builder.go | ||
| helpers.go | ||
| struct.go | ||