Merge PR #3884: steak to stake
This commit is contained in:
committed by
frog power 4000
parent
648b43288b
commit
7e53da86ee
Vendored
+1
-1
@@ -1744,7 +1744,7 @@ definitions:
|
||||
properties:
|
||||
denom:
|
||||
type: string
|
||||
example: steak
|
||||
example: stake
|
||||
amount:
|
||||
type: string
|
||||
example: "50"
|
||||
|
||||
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user