Skip to content
This repository was archived by the owner on Nov 1, 2024. It is now read-only.

Commit 742dded

Browse files
author
Wes Biggs
committed
Fix "replay" attack ;-)
1 parent 0f7d0db commit 742dded

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/lib/dsnpSchemas.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export const DSNPSchemas: Schema = {
2121
},
2222
description: 'Post a public message'
2323
},
24-
replay: {
24+
reply: {
2525
id: {
2626
mainnet: 3,
2727
rococo: 3

src/routes/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
http: encodeURIComponent('ht F ktp://localhost:9944')
1212
},
1313
schemas:
14-
'tombstone%2Cbroadcast%2Creplay%2Creaction%2Cprofile%2Cupdate%2CpublicKey%2CpublicFollows%2CprivateFollows%2CprivateConnections'
14+
'tombstone%2Cbroadcast%2Creply%2Creaction%2Cprofile%2Cupdate%2CpublicKey%2CpublicFollows%2CprivateFollows%2CprivateConnections'
1515
};
1616
</script>
1717

0 commit comments

Comments
 (0)