Skip to content

Commit c1d5bd0

Browse files
authored
Fix FAApp field name (#82)
1 parent cfedc19 commit c1d5bd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pallets/types/src/evm.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ pub enum EVMAppKind {
2626
/// Used for native token transfers
2727
EthApp,
2828
/// Used for ERC20 tokens
29-
#[cfg_attr(feature = "std", serde(rename = "faApp"))]
29+
#[cfg_attr(feature = "std", serde(rename = "FaApp"))]
3030
FAApp,
3131
/// Legacy HASHI bridge contract
3232
HashiBridge,

0 commit comments

Comments
 (0)