diff options
| author | fiatjaf_ <fiatjaf@gmail.com> | 2023-08-13 13:47:45 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-13 13:47:45 -0300 |
| commit | 72bb8a128b2d7d3c2c654644cd68d0d0fe58a3b1 (patch) | |
| tree | 9d2ee236bf72d540b5eca364a1ff60449dd9aa04 /13.md | |
| parent | a5047326d4d7c28e66c5d1262c252b86a1c8fe67 (diff) | |
merge nips 12, 16, 20 and 33 into nip 01 (#703)
Co-authored-by: Viktor Vsk <me@viktorvsk.com>
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]' |