Skip to content

Commit

Permalink
Fix typo in protocol_changes.json for testnet4
Browse files Browse the repository at this point in the history
Ouziel committed Jan 20, 2025
1 parent 94463df commit ed1c53b
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions counterparty-core/counterpartycore/protocol_changes.json
Original file line number Diff line number Diff line change
@@ -369,7 +369,7 @@
},
"testnet4": {
"1": {
"value": ">QQ??If"
"value": ">QQ???"
}
}
},
@@ -399,7 +399,7 @@
},
"testnet4": {
"1": {
"value": 26
"value": 19
}
}
},
1 change: 1 addition & 0 deletions release-notes/release-notes-v10.10.0.md
Original file line number Diff line number Diff line change
@@ -13,6 +13,7 @@
- Fix Get Mempool Events By Addresses endpoint for attach, detach and UTXO move
- Retry ten times on telemetry request error
- Return "no implemented" error when trying to get info about RPS transactions
- Fix typo in `protocol_changes.json' for testnet4

## Codebase

0 comments on commit ed1c53b

Please sign in to comment.