File tree Expand file tree Collapse file tree
wvm-apps/wvm-exexed/crates/reth-exexed/src/exex Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -308,11 +308,15 @@ async fn upload_to_arweave(
308308 . set_tag ( "Message" , & response)
309309 . set_tag ( "Block-Number" , block_number. to_string ( ) . as_str ( ) )
310310 . set_tag ( "Block-Hash" , block_hash)
311- . set_data ( serde_json:: json!( {
312- "data_settlement_tx_id" : response,
313- "block_number" : block_number,
314- "block_hash" : block_hash,
315- } ) . to_string ( ) . into_bytes ( ) ) ;
311+ . set_data (
312+ serde_json:: json!( {
313+ "data_settlement_tx_id" : response,
314+ "block_number" : block_number,
315+ "block_hash" : block_hash,
316+ } )
317+ . to_string ( )
318+ . into_bytes ( ) ,
319+ ) ;
316320
317321 match second_request. send_with_provider ( ar_uploader) . await {
318322 Ok ( second_tx_id) => {
@@ -373,6 +377,7 @@ async fn update_bigquery(
373377 block,
374378 block_number,
375379 arweave_id. to_string ( ) ,
380+ block_hash,
376381 )
377382 . await ;
378383
You can’t perform that action at this time.
0 commit comments