diff --git a/.gitignore b/.gitignore index e24dd0d2a..a8961a711 100644 --- a/.gitignore +++ b/.gitignore @@ -11,9 +11,10 @@ examples/basecoin/app/data baseapp/data/* docs/_build .DS_Store +coverage.txt +profile.out .vscode - ### Vagrant ### .vagrant/ *.box diff --git a/docs/spec/ibc/mvp1.md b/docs/spec/ibc/mvp1.md index 5678b74eb..3cc7d4336 100644 --- a/docs/spec/ibc/mvp1.md +++ b/docs/spec/ibc/mvp1.md @@ -53,6 +53,7 @@ type EgressKey struct { DestChain string Index int64 } + ``` `egressKey` stores the outgoing `IBCTransfer`s as a list. Its getter takes an