1 parent 811eda3 commit dee8ed1Copy full SHA for dee8ed1
1 file changed
.github/workflows/test.yaml
@@ -122,12 +122,6 @@ jobs:
122
echo "Peers response: $PEERS"
123
echo "$PEERS" | jq -e '.count != null' || exit 1
124
125
- # Test fee estimation endpoint
126
- echo "Testing /v1/fees/estimate..."
127
- FEES=$(curl -s "http://localhost:8334/v1/fees/estimate?target_blocks=6")
128
- echo "Fees response: $FEES"
129
- echo "$FEES" | jq -e '.fee_rate != null' || exit 1
130
-
131
- name: Show logs on failure
132
if: failure()
133
run: |
0 commit comments