File tree 1 file changed +2
-2
lines changed
components/chainhook-sdk/src/hord/db
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -494,13 +494,13 @@ pub fn find_all_inscriptions_in_block(
494
494
let inscription_number: i64 = row. get ( 0 ) . unwrap ( ) ;
495
495
let ordinal_number: u64 = row. get ( 1 ) . unwrap ( ) ;
496
496
let block_height: u64 = row. get ( 2 ) . unwrap ( ) ;
497
- let ( transaction_id , input_index) = {
497
+ let ( transaction_identifier , input_index) = {
498
498
let inscription_id: String = row. get ( 3 ) . unwrap ( ) ;
499
499
parse_inscription_id ( & inscription_id)
500
500
} ;
501
501
let inscription_offset_intra_output: u64 = row. get ( 4 ) . unwrap ( ) ;
502
502
let outpoint_to_watch: String = row. get ( 5 ) . unwrap ( ) ;
503
- let ( transaction_identifier , output_index) = parse_outpoint_to_watch ( & outpoint_to_watch) ;
503
+ let ( _ , output_index) = parse_outpoint_to_watch ( & outpoint_to_watch) ;
504
504
505
505
let traversal = TraversalResult {
506
506
inscription_number,
You can’t perform that action at this time.
0 commit comments