From 035cc49d1c19ff29d5143d646e213c42e464542c Mon Sep 17 00:00:00 2001 From: Ross Savage Date: Thu, 27 Jun 2024 10:21:33 +0200 Subject: [PATCH] Fix sdk-ref --- .github/workflows/main.yml | 2 +- snippets/go/production.go | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 83d9ac47..1fb9513d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -25,7 +25,7 @@ jobs: name: setup runs-on: ubuntu-latest outputs: - sdk-ref: ${{ inputs.sdk-ref || 'd658f85c7c349bd7ed96c05c3d008b7b75e6273a' }} + sdk-ref: ${{ inputs.sdk-ref || 'a9d208a0b8aa074cd6ab0bc490ecd074c704197a' }} package-version: '0.4.3-rc1' steps: - run: echo "set pre-setup output variables" diff --git a/snippets/go/production.go b/snippets/go/production.go index f52020ce..d7c0e0db 100644 --- a/snippets/go/production.go +++ b/snippets/go/production.go @@ -11,8 +11,8 @@ func ProductionNodeConfig() breez_sdk.NodeConfig { developerKey := []uint8{} developerCert := []uint8{} greenlightCredentials := breez_sdk.GreenlightCredentials{ - developerKey: developerKey, - developerCert: developerCert, + DeveloperKey: developerKey, + DeveloperCert: developerCert, } nodeConfig := breez_sdk.NodeConfigGreenlight{