Skip to content

Commit

Permalink
Merge branch 'main' into manav/support_out_of_context_shares
Browse files Browse the repository at this point in the history
  • Loading branch information
Manav-Aggarwal authored May 15, 2023
2 parents ab7152a + 748686b commit 01282c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/architecture/adr-010-remove-wire-msg-pay-for-blob.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ Assume a user wants to publish the data "hello world" to the namespace: `1111111
}
```
2. Implement a []`ValidateBlobTx`](https://github.com/celestiaorg/celestia-app/blob/74a3e4ba41c8137332ced5682508a89db64e99cb/x/blob/types/blob_tx.go#L37) that:
2. Implement a [`ValidateBlobTx`](https://github.com/celestiaorg/celestia-app/blob/74a3e4ba41c8137332ced5682508a89db64e99cb/x/blob/types/blob_tx.go#L37) that:
1. Checks that the BlobTx contains a `MsgPayForBlobs` and invokes `ValidateBasic` on it
2. Checks that the number of blobs attached to the BlobTx matches the number of blobs specified in the `MsgPayForBlobs`
3. Checks that the namespaces of the blobs attached to the BlobTx match the namespaces specified in the `MsgPayForBlobs`
Expand Down

0 comments on commit 01282c4

Please sign in to comment.