remove leftover in mvp3

This commit is contained in:
mossid 2018-03-13 19:08:16 +01:00
parent 8b55006fca
commit a9064c97c3
1 changed files with 0 additions and 23 deletions

View File

@ -75,27 +75,4 @@ func (ibcm IBCMapper) PushPacket(ctx sdk.Context, dest string, packet IBCTransfe
```
```golang
type IBCOutMsg struct {
IBCTransfer
DestChainID string
}
type IBCInMsg struct {
IBCTransfer
Proof merkle.IAVLProof
SourceChainID string
SourceChainHeight uint64
}
// update sync state of other blockchain
type IBCUpdateMsg struct {
Header tm.Header
Commit tm.Commit
}
type IBCTransfer struct {
Destination sdk.Address
Coins sdk.Coins
}
```