We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7816ab4 commit 1d7687dCopy full SHA for 1d7687d
2 files changed
.github/workflows/ci.yml
@@ -96,7 +96,7 @@ jobs:
96
platform: linux_amd64
97
98
env:
99
- TEST_VERSION: '0.0.3-alpha.4'
+ TEST_VERSION: '0.0.4-alpha.pr14.5'
100
TEST_REPO: 'stringintech/kernel-bindings-tests'
101
TEST_DIR: '.conformance-tests'
102
tools/kernel-bindings-test-handler/Protocol/Response.cs
@@ -8,7 +8,7 @@ namespace BitcoinKernel.TestHandler.Protocol;
8
/// </summary>
9
public class Response
10
{
11
- [JsonPropertyName("id")]
+ [JsonIgnore]
12
public string Id { get; set; } = string.Empty;
13
14
[JsonPropertyName("result")]
0 commit comments