Skip to content

Commit

Permalink
fix codespace
Browse files Browse the repository at this point in the history
  • Loading branch information
SegueII committed Apr 21, 2020
1 parent cde191c commit a25b818
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions relayer/codespace.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,14 @@ var codespaces = map[string]map[int]string{
4: "invalid channel state",
5: "invalid channel ordering",
6: "invalid counterparty channel",
7: "channel capability not found",
8: "sequence send not found",
9: "sequence receive not found",
10: "invalid packet",
11: "packet timeout",
12: "too many connection hops",
13: "acknowledgement too long",
7: "invalid channel capability",
8: "channel capability not found",
9: "sequence send not found",
10: "sequence receive not found",
11: "invalid packet",
12: "packet timeout",
13: "too many connection hops",
14: "acknowledgement too long",
},
"port": {
1: "port is already binded",
Expand All @@ -71,7 +72,9 @@ var codespaces = map[string]map[int]string{
3: "invalid header",
},
"transfer": {
1: "invalid packet timeout",
2: "invalid packet timeout",
3: "only one denom allowed",
4: "invalid denomination for cross-chain transfer",
},
"commitment": {
1: "invalid proof",
Expand Down

0 comments on commit a25b818

Please sign in to comment.