Skip to content
This repository has been archived by the owner on Dec 21, 2022. It is now read-only.

Commit

Permalink
Merge pull request: add type SysCoins = DecCoins (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhongqiuwood authored Nov 8, 2020
1 parent c0d53ef commit 449a7f4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions types/coin_okchain.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,14 @@ type Coin = DecCoin
// Coins: alias to DecCoins
type Coins = DecCoins


//-----------------------------------------------------------------------------
// Coin: alias to DecCoin
type SysCoin = DecCoin

//-----------------------------------------------------------------------------
// Coins: alias to DecCoins
type SysCoins = DecCoins

func NewCoin(denom string, amount Int) DecCoin {
return NewDecCoin(denom, amount)
Expand Down

0 comments on commit 449a7f4

Please sign in to comment.