mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-09 20:59:23 +00:00
This commit is contained in:
@@ -53,7 +53,7 @@ pub trait Coin {
|
||||
&self,
|
||||
block: &Self::Block,
|
||||
key: <Self::Curve as Curve>::G,
|
||||
) -> Vec<Self::Output>;
|
||||
) -> Result<Vec<Self::Output>, CoinError>;
|
||||
|
||||
async fn prepare_send(
|
||||
&self,
|
||||
|
||||
Reference in New Issue
Block a user