mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: rm associated type (#13292)
This commit is contained in:
@ -70,8 +70,6 @@ impl OpTransactionSigned {
|
||||
}
|
||||
|
||||
impl SignedTransaction for OpTransactionSigned {
|
||||
type Type = OpTxType;
|
||||
|
||||
fn tx_hash(&self) -> &TxHash {
|
||||
self.hash.get_or_init(|| self.recalculate_hash())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user