docs: fixes collections intValue reference (#21165)
This commit is contained in:
parent
a26970e547
commit
bc0731cb49
@ -677,7 +677,7 @@ func NewKeeper(storeKey *storetypes.KVStoreKey) Keeper {
|
||||
Balances: collections.NewMap(
|
||||
sb, BalancesPrefix, "balances",
|
||||
collections.PairKeyCodec(sdk.AccAddressKey, collections.StringKey),
|
||||
math.IntValue,
|
||||
sdk.IntValue,
|
||||
),
|
||||
}
|
||||
}
|
||||
@ -720,7 +720,7 @@ func NewKeeper(storeKey *storetypes.KVStoreKey) Keeper {
|
||||
Balances: collections.NewMap(
|
||||
sb, BalancesPrefix, "balances",
|
||||
collections.PairKeyCodec(sdk.AccAddressKey, collections.StringKey),
|
||||
math.IntValue,
|
||||
sdk.IntValue,
|
||||
),
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user