mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 04:09:23 +00:00
Support refunds as possible for invalidly received outputs on Serai
This commit is contained in:
@@ -12,6 +12,7 @@ use bitcoin::{
|
||||
|
||||
type BAddress = BAddressGeneric<NetworkChecked>;
|
||||
|
||||
// TODO: Add a new so you can't create an address which can't be encoded
|
||||
#[derive(Clone, Eq, Debug)]
|
||||
pub struct Address(pub BAddress);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user