|
|
|
|
|
by davidgrenier
1124 days ago
|
|
The only thing that confused me is how it said we can know the location of the block after and before by calculating: address + <value at address>
address - <value at address-1>
Shouldn't this be? address + <value at address> + 3
address - <value at address-1> - 3
|
|