mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-22 09:18:38 +01:00
Revert signature change for redactable event test
The previous signature was calculated on the unredacted event, which means the signature produced was wrong.
This commit is contained in:
parent
6706d772c9
commit
ae9abe798e
|
|
@ -162,7 +162,7 @@ The event signing algorithm should emit the following signed event:
|
||||||
"sender": "@u:domain",
|
"sender": "@u:domain",
|
||||||
"signatures": {
|
"signatures": {
|
||||||
"domain": {
|
"domain": {
|
||||||
"ed25519:1": "4zc79tH2cU6Y+eg4YbbF7KiDOrnwEDjlhTqIKiH4k7L9zD9XCiomD7x9odL9eEwnyy1144QyMBe8O3HK++GHBg"
|
"ed25519:1": "Wm+VzmOUOz08Ds+0NTWb1d4CZrVsJSikkeRxh6aCcUwu6pNC78FunoD7KNWzqFn241eYHYMGCA5McEiVPdhzBA"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"unsigned": {
|
"unsigned": {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue