Remove unnecessary map_err
This commit is contained in:
parent
dd5622f724
commit
adc3f68e31
@ -322,7 +322,6 @@ impl TxBuilder {
|
|||||||
internal: Mutex::new(psbt),
|
internal: Mutex::new(psbt),
|
||||||
})
|
})
|
||||||
.map(Arc::new)
|
.map(Arc::new)
|
||||||
.map_err(|_| BdkError::Generic("Failed to build transaction".to_string()))
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user