Skip to content

Commit

Permalink
Small improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
gostkin committed Nov 27, 2023
1 parent d9d01ac commit e8b6d32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:1.67 AS x-builder
FROM rust:1.73 AS x-builder

WORKDIR /indexer

Expand Down
2 changes: 1 addition & 1 deletion indexer/tasks/src/multiera/multiera_projected_nft.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ carp_task! {
task.block,
&previous_data.multiera_txs,
&previous_data.multiera_outputs,
&multiera_used_inputs_to_outputs_map,
&previous_data.multiera_used_inputs_to_outputs_map,
task.config.address.clone(),
);
merge_result |previous_data, _result| {
Expand Down

0 comments on commit e8b6d32

Please sign in to comment.