Merge PR #4806: Converted balance from sdk.Int to sdk.Coin inside DelegationResponse

This commit is contained in:
Riccardo Montagnin
2019-08-02 12:37:35 -04:00
committed by Alexander Bezobchuk
parent 451535bd79
commit f218de8141
6 changed files with 14 additions and 11 deletions
+2 -2
View File
@@ -2381,8 +2381,8 @@ definitions:
type: string
shares:
type: string
height:
type: integer
balance:
$ref: "#/definitions/Coin"
UnbondingDelegationPair:
type: object
properties: