forked from cerc-io/laconicd-deprecated
fix: fix the client test issues
This commit is contained in:
+1
-1
@@ -24,7 +24,7 @@ const ExpiryTimeAttributeName = "expiryTime"
|
||||
func getGQLCoin(coin sdk.Coin) *Coin {
|
||||
gqlCoin := Coin{
|
||||
Type: coin.Denom,
|
||||
Quantity: coin.Amount.String(),
|
||||
Quantity: coin.Amount.BigInt().String(),
|
||||
}
|
||||
|
||||
return &gqlCoin
|
||||
|
||||
Reference in New Issue
Block a user