Skip to content

Commit

Permalink
transaction: delete unused impl
Browse files Browse the repository at this point in the history
  • Loading branch information
hdevalence committed Dec 29, 2023
1 parent 2939530 commit 8071557
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions crates/core/transaction/src/transaction.rs
Original file line number Diff line number Diff line change
Expand Up @@ -525,14 +525,6 @@ impl Transaction {
}
}

/*
impl From<TransactionBody> for Vec<u8> {
fn from(transaction_body: TransactionBody) -> Vec<u8> {
let protobuf_serialized: pbt::TransactionBody = transaction_body.into();
protobuf_serialized.encode_to_vec()
}
}
*/
impl DomainType for TransactionBody {
type Proto = pbt::TransactionBody;
}
Expand Down

0 comments on commit 8071557

Please sign in to comment.