From 31b597a95da7875a9d2df23b7ca9bdcfe1682e42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20Kr=C3=BCger?= Date: Tue, 7 Apr 2026 09:22:37 +0200 Subject: [PATCH] paycode blog post: Fix mixed up parenthesis --- src/app/blog/paycode/page.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/blog/paycode/page.mdx b/src/app/blog/paycode/page.mdx index 75c3afa3..58d9b99c 100644 --- a/src/app/blog/paycode/page.mdx +++ b/src/app/blog/paycode/page.mdx @@ -63,7 +63,7 @@ Paycode chose iroh to implement peer-to-peer connectivity between devices in the The environment is far from modern: - Touch-based Windows 7 machines - Dual-core Intel CPUs with up to 8GB of RAM -- A mix of Ethernet (on terminals) and Wi-Fi (across the tollway system) +- A mix of Ethernet (across the tollway system) and Wi-Fi (on terminals) Despite these constraints, the team integrated iroh by bundling the Rust library inside a .NET 6 SDK.