backup: serialize PSBT w/ Psbt::to_string() instead Psbt::serialize_hex()

This commit is contained in:
pythcoiner 2025-03-13 06:46:01 +01:00
parent 31f834f41d
commit 4c2adec67c
No known key found for this signature in database
GPG Key ID: C1048AEEDF303B88

View File

@ -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 = [