From 5e68c8c7ed6a57aa87be1d4cf750b220b6e3fb06 Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Sun, 12 Jan 2014 00:46:38 -0300 Subject: [PATCH] test for txitem explode --- test/model/txitems.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/test/model/txitems.json b/test/model/txitems.json index bd0ffb4..4ebd188 100644 --- a/test/model/txitems.json +++ b/test/model/txitems.json @@ -18,5 +18,25 @@ "index": 1 } ] + }, + { + "txid": "b633a6249d4a2bc123e7f8a151cae2d4afd17aa94840009f8697270c7818ceee", + "items": [ + { + "addr": "mzjLe62faUqCSjkwQkwPAL5nYyR8K132fA", + "value": 0.40790667, + "index": 0 + }, + { + "addr": "mhfQJUSissP6nLM5pz6DxHfctukrrLct2T", + "value": -0.193, + "index": 0 + }, + { + "addr": "mzcDhbL877ES3MGftWnc3EuTSXs3WXDDML", + "value": -0.21440667, + "index": 1 + } + ] } ]