Skip to content

Commit

Permalink
Fix sdk-ref
Browse files Browse the repository at this point in the history
  • Loading branch information
dangeross committed Jun 27, 2024
1 parent 87cf749 commit 035cc49
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions snippets/go/production.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{
Expand Down

0 comments on commit 035cc49

Please sign in to comment.