File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -169,10 +169,10 @@ jobs:
169169
170170 #grpcurl ${{ env.proto_flag }} ${{ env.endpoint }} OldFaithful.OldFaithful/GetSlot
171171
172- grpcurl ${{ env.proto_flag }} ${{ env.endpoint }} -d ' " slot" : ${{ env.getBlock }}' OldFaithful.OldFaithful/GetBlock
172+ grpcurl ${{ env.proto_flag }} -d ' " slot" : ${{ env.getBlock }}' ${{ env.endpoint }} OldFaithful.OldFaithful/GetBlock
173173
174- grpcurl ${{ env.proto_flag }} ${{ env.endpoint }} -d '"slot" : ${{ env.getBlock }}' OldFaithful.OldFaithful/GetBlockTime
174+ grpcurl ${{ env.proto_flag }} -d '"slot" : ${{ env.getBlock }}' ${{ env.endpoint }} OldFaithful.OldFaithful/GetBlockTime
175175
176- grpcurl ${{ env.proto_flag }} ${{ env.endpoint }} -d '"signature" : " ${{ env.getTxSig }}" OldFaithful.OldFaithful/GetTransaction
176+ grpcurl ${{ env.proto_flag }} -d '"signature" : " ${{ env.getTxSig }}" ${{ env.endpoint }} OldFaithful.OldFaithful/GetTransaction
177177
178178 grpcurl ${{ env.proto_flag }} ${{ env.endpoint }} OldFaithful.OldFaithful/GetFirstAvailableBlock
You can’t perform that action at this time.
0 commit comments