depolymerization

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

commit 0452dd04735a24f8ca207237600b026c6bb94b3f
parent 5e7296f4b875d2db64823130063ffeb4a91f059d
Author: Antoine A <>
Date:   Tue,  7 Jul 2026 18:05:45 +0200

common: typo

Diffstat:
Mdepolymerizer-bitcoin/src/bin/btc-harness.rs | 2+-
Mdepolymerizer-bitcoin/src/main.rs | 2+-
Mdepolymerizer-bitcoin/src/payto.rs | 2+-
Mdepolymerizer-bitcoin/src/rpc_utils.rs | 2+-
Mdepolymerizer-bitcoin/src/setup.rs | 2+-
Mdepolymerizer-bitcoin/src/sql.rs | 2+-
6 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/depolymerizer-bitcoin/src/bin/btc-harness.rs b/depolymerizer-bitcoin/src/bin/btc-harness.rs @@ -304,7 +304,7 @@ impl<'a> Ctx<'a> { res } - /// Run the worker once successfuly + /// Run the worker once successfully async fn worker(&mut self) { self.run_worker().await.unwrap(); } diff --git a/depolymerizer-bitcoin/src/main.rs b/depolymerizer-bitcoin/src/main.rs @@ -1,6 +1,6 @@ /* This file is part of TALER - Copyright (C) 2022-2025, 2026 Taler Systems SA + Copyright (C) 2022-2026, 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 diff --git a/depolymerizer-bitcoin/src/payto.rs b/depolymerizer-bitcoin/src/payto.rs @@ -1,6 +1,6 @@ /* This file is part of TALER - Copyright (C) 2025, 2026 Taler Systems SA + Copyright (C) 2025-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 diff --git a/depolymerizer-bitcoin/src/rpc_utils.rs b/depolymerizer-bitcoin/src/rpc_utils.rs @@ -1,6 +1,6 @@ /* This file is part of TALER - Copyright (C) 2022-2025 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 diff --git a/depolymerizer-bitcoin/src/setup.rs b/depolymerizer-bitcoin/src/setup.rs @@ -1,6 +1,6 @@ /* This file is part of TALER - Copyright (C) 2025, 2026 Taler Systems SA + Copyright (C) 2025-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 diff --git a/depolymerizer-bitcoin/src/sql.rs b/depolymerizer-bitcoin/src/sql.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