depolymerization

wire gateway for Bitcoin/Ethereum
Log | Files | Refs | Submodules | README | LICENSE

commit 4d474e165afb91752337b996fb60cc9d4188c9e3
parent b6fa249d91984d4504393ab1b5f482a01b980a05
Author: Antoine A <>
Date:   Wed,  9 Sep 2026 10:38:38 +0200

bitcoin: sync with taler-rust

Diffstat:
Mdepolymerizer-bitcoin/src/db.rs | 4++--
Mdepolymerizer-bitcoin/src/loops/worker.rs | 2+-
2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/depolymerizer-bitcoin/src/db.rs b/depolymerizer-bitcoin/src/db.rs @@ -444,7 +444,7 @@ pub async fn register_tx_in_admin( .bind(debit_acc.to_string()) .bind_timestamp(received) .bind(metadata.ty) - .bind(&metadata.key) + .bind(metadata.key) .try_map(|r: PgRow| { Ok(if r.try_get_flag(0)? { AddIncomingResult::ReservePubReuse @@ -485,7 +485,7 @@ pub async fn register_tx_in<'a>( .bind(debit_acc.to_string()) .bind_timestamp(received) .bind(subject.as_ref().map(|it| it.ty)) - .bind(subject.as_ref().map(|it| &it.key)) + .bind(subject.as_ref().map(|it| it.key)) .try_map(|r: PgRow| { Ok(if r.try_get_flag(0)? { AddIncomingResult::ReservePubReuse diff --git a/depolymerizer-bitcoin/src/loops/worker.rs b/depolymerizer-bitcoin/src/loops/worker.rs @@ -1,6 +1,6 @@ /* This file is part of TALER - Copyright (C) 2022-2025, 2026 Taler Systems SA + Copyright (C) 2022-2026 Taler Systems SA TALER is free software; you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software