let go fees (#1867)

This commit is contained in:
Sergei Shulepov
2020-10-28 13:11:06 +01:00
committed by GitHub
parent 1d6b77fd80
commit e0336626ae
8 changed files with 1 additions and 23 deletions
@@ -22,8 +22,6 @@ The process of generating a collation for a parachain is very parachain-specific
```rust
pub struct Collation {
/// Fees paid from the chain to the relay chain validators.
pub fees: Balance,
/// Messages destined to be interpreted by the Relay chain itself.
pub upward_messages: Vec<UpwardMessage>,
/// New validation code.