Merge branch 'develop' into joon/ibc-mvp1
This commit is contained in:
commit
7e4e164518
|
@ -11,9 +11,10 @@ examples/basecoin/app/data
|
|||
baseapp/data/*
|
||||
docs/_build
|
||||
.DS_Store
|
||||
coverage.txt
|
||||
profile.out
|
||||
.vscode
|
||||
|
||||
|
||||
### Vagrant ###
|
||||
.vagrant/
|
||||
*.box
|
||||
|
|
|
@ -53,6 +53,7 @@ type EgressKey struct {
|
|||
DestChain string
|
||||
Index int64
|
||||
}
|
||||
|
||||
```
|
||||
|
||||
`egressKey` stores the outgoing `IBCTransfer`s as a list. Its getter takes an
|
||||
|
|
Loading…
Reference in New Issue