diff options
| author | Pablo Fernandez <p@f7z.io> | 2023-10-15 21:30:42 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-15 21:30:42 +0300 |
| commit | a482f47ae4c36d38062cd0fd3ee6235e57691673 (patch) | |
| tree | a16f57208cd3c3ef74237dafcef277f16d70e688 /13.md | |
| parent | d9400e1e7b08225aedb6c78b522c5ad07b5198b4 (diff) | |
| parent | 202e18f2b256646148805880ed58731c1c8b2b9b (diff) | |
Merge branch 'master' into vending-machine
Diffstat (limited to '13.md')
| -rw-r--r-- | 13.md | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -110,7 +110,7 @@ function countLeadingZeroes(hex) { | |||
| 110 | Querying relays for PoW notes | 110 | Querying relays for PoW notes |
| 111 | ----------------------------- | 111 | ----------------------------- |
| 112 | 112 | ||
| 113 | Since relays allow searching on prefixes, you can use this as a way to filter notes of a certain difficulty: | 113 | If relays allow searching on prefixes, you can use this as a way to filter notes of a certain difficulty: |
| 114 | 114 | ||
| 115 | ``` | 115 | ``` |
| 116 | $ echo '["REQ", "subid", {"ids": ["000000000"]}]' | websocat wss://some-relay.com | jq -c '.[2]' | 116 | $ echo '["REQ", "subid", {"ids": ["000000000"]}]' | websocat wss://some-relay.com | jq -c '.[2]' |