File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ let proof = txs_mpt_handler.get_proof(tx_index)?;
47
47
txs_mpt_handler
48
48
. verify_proof (tx_index , proof . clone ())? ;
49
49
50
- // You can either build with target tx hash. Both root match.
50
+ // You can either build with target tx hash. Both roots match.
51
51
let mut txs_mpt_handler2 = TxsMptHandler :: new (MAINNET_RPC_URL )? ;
52
52
txs_mpt_handler2
53
53
. build_tx_tree_from_tx_hash (target_tx_hash )
@@ -80,6 +80,7 @@ tx_receipts_mpt_handler
80
80
. verify_proof (tx_index , proof . clone ())? ;
81
81
```
82
82
83
- ### Dependency
83
+ ### Credit
84
84
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 ) .
You can’t perform that action at this time.
0 commit comments