Skip to content

Commit 7f57698

Browse files
Fix: proposals kind
1 parent 4030e2c commit 7f57698

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

node/data.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const (
1717
KindEndorsement = "endorsement"
1818
KindEndorsementWithSlot = "endorsement_with_slot"
1919
KindOrigination = "origination"
20-
KindProposal = "proposal"
20+
KindProposal = "proposals"
2121
KindReveal = "reveal"
2222
KindNonceRevelation = "seed_nonce_revelation"
2323
KindTransaction = "transaction"

0 commit comments

Comments
 (0)