Merge PR #3884: steak to stake

This commit is contained in:
Frank Yang
2019-03-14 10:32:46 -04:00
committed by frog power 4000
parent 648b43288b
commit 7e53da86ee
8 changed files with 36 additions and 36 deletions
+1 -1
View File
@@ -1744,7 +1744,7 @@ definitions:
properties:
denom:
type: string
example: steak
example: stake
amount:
type: string
example: "50"
+1 -1
View File
@@ -198,7 +198,7 @@ func InitClientHome(t *testing.T, dir string) string {
// TODO: Make InitializeTestLCD safe to call in multiple tests at the same time
// InitializeTestLCD starts Tendermint and the LCD in process, listening on
// their respective sockets where nValidators is the total number of validators
// and initAddrs are the accounts to initialize with some steak tokens. It
// and initAddrs are the accounts to initialize with some stake tokens. It
// returns a cleanup function, a set of validator public keys, and a port.
func InitializeTestLCD(t *testing.T, nValidators int, initAddrs []sdk.AccAddress, minting bool) (
cleanup func(), valConsPubKeys []crypto.PubKey, valOperAddrs []sdk.ValAddress, port string) {