Skip to content
This repository has been archived by the owner on Mar 24, 2023. It is now read-only.

Commit

Permalink
Remove amount field from create validator tx. (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
adlerjohn committed Feb 10, 2021
1 parent 1a71da1 commit f58f8d9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions specs/data_structures.md
Original file line number Diff line number Diff line change
Expand Up @@ -632,12 +632,11 @@ The commitment to message shares `messageShareCommitment` is a [Merkle root](#bi
| name | type | description |
| ---------------- | --------------------------------- | ------------------------------------------ |
| `type` | `TransactionType` | Must be `TransactionType.CreateValidator`. |
| `amount` | [Amount](#type-aliases) | |
| `fee` | [TransactionFee](#transactionfee) | |
| `nonce` | [Nonce](#type-aliases) | |
| `commissionRate` | [Decimal](#decimal) | |

Create a new [Validator](#validator) at this address for `amount` coins worth of voting power.
Create a new [Validator](#validator) at this address.

##### SignedTransactionDataBeginUnbondingValidator

Expand Down

0 comments on commit f58f8d9

Please sign in to comment.