Skip to content

Commit

Permalink
Remove non-conforming from the JSON models
Browse files Browse the repository at this point in the history
  • Loading branch information
0xOmarA committed Aug 2, 2023
1 parent 4bce99a commit ea4906a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion radix-engine-toolkit/src/functions/execution.rs
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ pub enum SerializableTransactionType {
Transfer(Box<SerializableTransferTransactionType>),
AccountDepositSettings(Box<SerializableAccountDepositSettingsTransactionType>),
GeneralTransaction(Box<SerializableGeneralTransactionType>),
NonConforming,
}

impl SerializableTransactionType {
Expand Down

0 comments on commit ea4906a

Please sign in to comment.