Skip to content

Commit

Permalink
curate allowed methods
Browse files Browse the repository at this point in the history
  • Loading branch information
0xOmarA committed Sep 8, 2023
1 parent c44533b commit 23d7503
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ impl InstructionVisitor for TransferTransactionTypeVisitor {
ACCOUNT_DEPOSIT_IDENT
| ACCOUNT_DEPOSIT_BATCH_IDENT
| ACCOUNT_TRY_DEPOSIT_OR_ABORT_IDENT
| ACCOUNT_TRY_DEPOSIT_BATCH_OR_REFUND_IDENT => {
| ACCOUNT_TRY_DEPOSIT_BATCH_OR_ABORT_IDENT => {
self.handle_validation_and_account_deposits(component_address, args)?
}
ACCOUNT_LOCK_FEE_IDENT if self.allow_lock_fee_instructions => {}
Expand Down

0 comments on commit 23d7503

Please sign in to comment.