apply comments

This commit is contained in:
mossid
2018-03-20 00:22:49 +01:00
parent 3105f7e18e
commit 2c0b172653
5 changed files with 30 additions and 27 deletions
+1
View File
@@ -23,6 +23,7 @@ type Payload interface {
}
type TransferPayload struct {
SrcAddr sdk.Address
DestAddr sdk.Address
Coins sdk.Coins
}