go-xmlrpc icon indicating copy to clipboard operation
go-xmlrpc copied to clipboard

Fix decoding issues

Open benoitkugler opened this issue 6 years ago • 2 comments

Issue Decoding wasn't correct, for example for nested arrays (coming from system.multicall)

Changes

  • Fixed next method - array and struct parts - using nextStart and nextEnd to watch for closing tags (and not only opening ones)
  • Some minor cleanup

benoitkugler avatar Apr 03 '19 18:04 benoitkugler

Please add test.

mattn avatar Apr 04 '19 04:04 mattn

Added one test

benoitkugler avatar Apr 04 '19 08:04 benoitkugler