We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4030e2c commit 7f57698Copy full SHA for 7f57698
node/data.go
@@ -17,7 +17,7 @@ const (
17
KindEndorsement = "endorsement"
18
KindEndorsementWithSlot = "endorsement_with_slot"
19
KindOrigination = "origination"
20
- KindProposal = "proposal"
+ KindProposal = "proposals"
21
KindReveal = "reveal"
22
KindNonceRevelation = "seed_nonce_revelation"
23
KindTransaction = "transaction"
0 commit comments