wallet-http: fix unconfirmed tx list json.
This commit is contained in:
parent
15e964612d
commit
a3544853ee
1 changed files with 1 additions and 1 deletions
|
|
@ -796,7 +796,7 @@ class HTTP extends Server {
|
|||
const result = [];
|
||||
|
||||
for (const item of details)
|
||||
result.push(item.toJSON(this.network, this.wdb.height));
|
||||
result.push(item.getJSON(this.network, this.wdb.height));
|
||||
|
||||
res.json(200, result);
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue