Skip to content
Snippets Groups Projects

[Version-unspecific] StreamingSwap endpoints' source_asset and target_asset and destination fields

Merged Multipartite requested to merge Multi/streaming-asset-and-destination-fields into develop
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
+ 1
0
@@ -43,6 +43,7 @@ func (Test) TestJSONSpec(c *C) {
assertJSONStructTagsMatch(c, types.QueryQueue{}, gen.QueueResponse{})
assertJSONStructTagsMatch(c, types.QuerySaver{}, gen.Saver{})
assertJSONStructTagsMatch(c, types.MsgSwap{}, gen.MsgSwap{})
assertJSONStructTagsMatch(c, types.StreamingSwap{}, gen.StreamingSwap{})
// txs
assertJSONStructTagsMatch(c, types.TxOut{}, gen.KeysignInfo{})
Loading