Closed mattsse closed 13 hours ago
relaxes more trait bounds in txmanager
since TxSignedRecovered != TxSigned I had to add an additional Into bound.
TxSignedRecovered != TxSigned
this will suck for a bit, but next step would be to gradually remove this, this will require some additional changes first.
no functional changes
relaxes more trait bounds in txmanager
since
TxSignedRecovered != TxSigned
I had to add an additional Into bound.this will suck for a bit, but next step would be to gradually remove this, this will require some additional changes first.
no functional changes