mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 12:19:24 +00:00
Add get_block_transactions_possible which automatically filters invalid TXs
Adds Clone to the various error types, which they already should've had.
This commit is contained in:
@@ -76,7 +76,7 @@ impl SendOutput {
|
||||
}
|
||||
|
||||
|
||||
#[derive(Error, Debug)]
|
||||
#[derive(Clone, Error, Debug)]
|
||||
pub enum TransactionError {
|
||||
#[error("no inputs")]
|
||||
NoInputs,
|
||||
|
||||
Reference in New Issue
Block a user