diff --git a/src/schema_transaction.rs b/src/schema_transaction.rs index 8d73053..24edf67 100644 --- a/src/schema_transaction.rs +++ b/src/schema_transaction.rs @@ -27,12 +27,9 @@ pub enum RelationLabel { // - decimal precision scaling Transfer(AccountAddress, u64), Onboarding(AccountAddress, u64), - Vouch(AccountAddress), Configuration, Miner, - // Script, - // MiscEntryFunction, } impl RelationLabel {