Skip to content

Commit

Permalink
Update contracts/oracle/src/lib.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Robert Zaremba <[email protected]>
  • Loading branch information
sczembor and robert-zaremba authored Dec 4, 2023
1 parent e7202a2 commit e836c63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/oracle/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ impl Contract {

let now: u64 = env::block_timestamp_ms();
let mut tokens_metadata: Vec<(AccountId, Vec<TokenMetadata>)> = Vec::new();
for (a, e) in mint_data {
for (acc, end) in mint_data {
tokens_metadata.push((
a,
vec![TokenMetadata {
Expand Down

0 comments on commit e836c63

Please sign in to comment.