From c44742d6f4aea9902a2d9ed7a17fb61e3f959773 Mon Sep 17 00:00:00 2001
From: inso <insomniak.fr@gmaiL.com>
Date: Fri, 25 Mar 2016 11:14:14 +0100
Subject: [PATCH] Save id key

---
 src/sakia/core/txhistory.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/sakia/core/txhistory.py b/src/sakia/core/txhistory.py
index 67f36b3a..95c31905 100644
--- a/src/sakia/core/txhistory.py
+++ b/src/sakia/core/txhistory.py
@@ -66,6 +66,7 @@ class TxHistory():
                 'block_number': d['block_number'],
                 "consumed": d['consumed'],
                 'time': d['time'],
+                'id': d['id'],
                 'amount': d['amount'],
                 'base': d['base'],
                 'state': d['state'].name
-- 
GitLab