Skip to content
Snippets Groups Projects
Commit c4ea9a50 authored by Cédric Moreau's avatar Cédric Moreau
Browse files

[fix] #1080 WebSocket: monetaryMass is missing

parent be4f7b50
No related branches found
No related tags found
No related merge requests found
......@@ -208,6 +208,7 @@ export class BlockDTO implements Cloneable {
dto.dividend = obj.dividend || null
dto.time = parseInt(obj.time)
dto.powMin = parseInt(obj.powMin)
dto.monetaryMass = parseInt(obj.monetaryMass)
dto.unitbase = parseInt(obj.unitbase)
dto.membersCount = parseInt(obj.membersCount)
dto.issuersCount = parseInt(obj.issuersCount)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment