Fix typo in db_walkthrough.MD (#7810)

recepient -> recipient
This commit is contained in:
Ikko Eltociear Ashimine 2023-06-28 09:04:48 +09:00 committed by GitHub
parent 6f0a02ac42
commit c9aa54fec7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -272,7 +272,7 @@ The first entry has a non-empty value. This is the sender of 0.001 ETH.
As history bucket records the value of this account *before* the change, we should
expect the same value here as this account had at the Genesis.
The other two records contain empty values, which means these account were non-existent previously.
These are the account of the recepient of 0.001 ETH (`0x0100000000000000000000000000000000000000`),
These are the account of the recipient of 0.001 ETH (`0x0100000000000000000000000000000000000000`),
and the miner account `0x0000000000000000000000000000000000000000`.
The keys of all three records have the common suffix of `0x21` instead of `0x20`, which is
simply encoding of the block number 1 instead of block number 0.