Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
balqaasem committed Mar 16, 2024
1 parent a843c2c commit 9dc4bf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blockchain/primitives/src/currency.rs
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ macro_rules! create_currency_id {
];
tokens.append(&mut fa_tokens);

frame_support::assert_ok!(std::fs::write("../predeploy-contracts/resources/tokens.json", serde_json::to_string_pretty(&tokens).unwrap()));
frame_support::assert_ok!(std::fs::write("../../predeploy-contracts/resources/tokens.json", serde_json::to_string_pretty(&tokens).unwrap()));
}
}
}
Expand Down

0 comments on commit 9dc4bf2

Please sign in to comment.