Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gnunicorn authored Jun 12, 2019
1 parent 86c3e71 commit 3b0e1f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data-propagation.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ Every `BlockMsg` received must be validated [through the syntactical check](./va

## Message Propagation

Messages are propagated over the libp2p pubsub channel `/fil/messages`. On this channel, every [serialised `Message`](data-structures.md#messages) ist announced.
Messages are propagated over the libp2p pubsub channel `/fil/messages`. On this channel, every [serialised `Message`](data-structures.md#messages) is announced.

Upon receiving the message, its validity must be checked: the signature must be valid, and the account in question must have enough funds to cover the actions specified. If the message is not valid it should be dropped and must not be forwarded.

{{% notice todo %}}
discuss checking signatures and account balances, some tricky bits that need consideration. Does the fund check cause improper dropping? E.g. I have a message sending funds then use the newly constructed account to send funds, as long as the previous wasn't executed the second will be considered "invalid" ... though it won't be at the time of execution.
{{% /notice %}}
{{% /notice %}}

0 comments on commit 3b0e1f7

Please sign in to comment.