From a743e0c9d55f52bd7d5586ce736863d177167445 Mon Sep 17 00:00:00 2001 From: Salvatore Ingala <6681844+bigspider@users.noreply.github.com> Date: Tue, 31 Oct 2023 10:32:47 +0100 Subject: [PATCH] Reverts 343492d6910deb48a836130a9807a69c1e165723 Now that bitcoin-core has full miniscript support, we no longer need to use a custom branch for e2e tests. --- .github/workflows/ci-workflow.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci-workflow.yml b/.github/workflows/ci-workflow.yml index 206aa354..d76a64c4 100644 --- a/.github/workflows/ci-workflow.yml +++ b/.github/workflows/ci-workflow.yml @@ -114,7 +114,7 @@ jobs: runs-on: ubuntu-latest container: - image: ghcr.io/ledgerhq/app-bitcoin-new/speculos-bitcoin-custom:latest + image: ghcr.io/ledgerhq/app-bitcoin-new/speculos-bitcoin:latest ports: - 1234:1234 - 9999:9999 @@ -154,7 +154,7 @@ jobs: runs-on: ubuntu-latest container: - image: ghcr.io/ledgerhq/app-bitcoin-new/speculos-bitcoin-custom:latest + image: ghcr.io/ledgerhq/app-bitcoin-new/speculos-bitcoin:latest ports: - 1234:1234 - 9999:9999 @@ -186,7 +186,7 @@ jobs: runs-on: ubuntu-latest container: - image: ghcr.io/ledgerhq/app-bitcoin-new/speculos-bitcoin-custom:latest + image: ghcr.io/ledgerhq/app-bitcoin-new/speculos-bitcoin:latest ports: - 1234:1234 - 9999:9999 @@ -213,7 +213,7 @@ jobs: runs-on: ubuntu-latest container: - image: ghcr.io/ledgerhq/app-bitcoin-new/speculos-bitcoin-custom:latest + image: ghcr.io/ledgerhq/app-bitcoin-new/speculos-bitcoin:latest ports: - 1234:1234 - 9999:9999