We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75107c3 commit 50a374dCopy full SHA for 50a374d
.github/workflows/tests-grpc.yml
@@ -158,5 +158,5 @@ jobs:
158
echo "getTransaction"
159
curl localhost:7999 -H "Content-Type: application/json" -d '
160
{"jsonrpc":"2.0","id":1, "method":"getTransaction","params": ["${{ env.getTxSig }}"]}
161
- ' -s | jq -r . | md5sum | grep -q 0a4a47cd17dc19911a638f72f77b18cd || exit 1
+ ' -s | jq -r . | md5sum | grep -q 17d7cbf3d719b19ce3f4fe35a048f1fc || exit 1
162
0 commit comments