Skip to content

Commit

Permalink
fix vtxn todo in rosetta
Browse files Browse the repository at this point in the history
  • Loading branch information
zjma committed Mar 18, 2024
1 parent 07821dd commit d418122
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/aptos-rosetta/src/types/objects.rs
Original file line number Diff line number Diff line change
Expand Up @@ -891,7 +891,7 @@ impl Transaction {
txn.events,
),
StateCheckpoint(_) => (TransactionType::StateCheckpoint, None, txn.info, vec![]),
ValidatorTransaction(_) => todo!(),
ValidatorTransaction(_) => (TransactionType::Validator, None, txn.info, txn.events),
};

// Operations must be sequential and operation index must always be in the same order
Expand Down

0 comments on commit d418122

Please sign in to comment.