Skip to content

Commit 751b511

Browse files
committed
update readme
1 parent 6adec8f commit 751b511

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ let proof = txs_mpt_handler.get_proof(tx_index)?;
4747
txs_mpt_handler
4848
.verify_proof(tx_index, proof.clone())?;
4949

50-
// You can either build with target tx hash. Both root match.
50+
// You can either build with target tx hash. Both roots match.
5151
let mut txs_mpt_handler2 = TxsMptHandler::new(MAINNET_RPC_URL)?;
5252
txs_mpt_handler2
5353
.build_tx_tree_from_tx_hash(target_tx_hash)
@@ -80,6 +80,7 @@ tx_receipts_mpt_handler
8080
.verify_proof(tx_index, proof.clone())?;
8181
```
8282

83-
### Dependency
83+
### Credit
8484

85-
For trie implementation, this project depends on the [eth_trie](https://crates.io/crates/eth_trie) crate.
85+
For trie implementation, this project depends on the [eth_trie](https://crates.io/crates/eth_trie).
86+
For transaction and transaction receipt types, heavily depends on the [alloy](https://github.com/alloy-rs/alloy).

0 commit comments

Comments
 (0)