Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Oleksandr Anyshchenko <[email protected]>
  • Loading branch information
alexander-borodulya and aleksuss authored Oct 30, 2024
1 parent 014353d commit 4bdd372
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion refiner-lib/src/refiner_inner.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1076,7 +1076,7 @@ fn fill_tx(tx: AuroraTransactionBuilder, input: Vec<u8>) -> AuroraTransactionBui
/// Describes the type of a specific mint transaction.
enum TokenMintKind {
Eth,
ERC20,
Erc20,
}

/// Returns the type of token minted in an `ft_on_transfer` transaction (either ETH or ERC20).
Expand Down

0 comments on commit 4bdd372

Please sign in to comment.