backup: serialize PSBT w/ Psbt::to_string() instead Psbt::serialize_hex()
This commit is contained in:
parent
31f834f41d
commit
4c2adec67c
@ -236,7 +236,7 @@ impl Backup {
|
||||
.list_spend_transactions(None)
|
||||
.await?
|
||||
.into_iter()
|
||||
.map(|tx| tx.psbt.serialize_hex())
|
||||
.map(|tx| tx.psbt.to_string())
|
||||
.collect();
|
||||
|
||||
let statuses = [
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user