Skip to content

Commit

Permalink
Update transaction.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
shamardy authored Jun 14, 2018
1 parent da696ea commit 2bf9982
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ethcore/transaction/src/transaction.rs
Original file line number Diff line number Diff line change
Expand Up @@ -487,10 +487,6 @@ impl SignedTransaction {
self.public
}

pub fn transaction_hash(&self) -> H256 {
self.transaction.hash()
}

/// Checks is signature is empty.
pub fn is_unsigned(&self) -> bool {
self.transaction.is_unsigned()
Expand Down

0 comments on commit 2bf9982

Please sign in to comment.