Skip to content

Commit d8b1e10

Browse files
committed
more conversions
1 parent 2465e92 commit d8b1e10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graph/src/util/conversions.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ pub fn alloy_transaction_receipt_to_web3_transaction_receipt(
9595
}
9696

9797
/// Converts alloy Block to web3 Block
98-
pub fn alloy_block_to_web3_block(_block: AlloyBlock) -> Web3Block<Web3Transaction> {
98+
pub fn alloy_block_to_web3_block(_block: Arc<AlloyBlock>) -> Arc<Web3Block<Web3Transaction>> {
9999
unimplemented!(
100100
"Block conversion from alloy to web3 not yet implemented - will be done when needed"
101101
)

0 commit comments

Comments
 (0)