Skip to content

Commit

Permalink
block: add field to deserialization
Browse files Browse the repository at this point in the history
  • Loading branch information
tammo committed Nov 2, 2020
1 parent cf52997 commit 25d7314
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Block.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ export function fromBlockObject(obj: any) {
block.symbol = obj.symbol;
block.refBlock = obj.refBlock;
block.refAsset = obj.refAsset;
block.refAddress = obj.refAddress;
block.claimSignature = obj.claimSignature;
block.createdAt = obj.createdAt;
block.senderBalance = obj.senderBalance;
Expand Down

0 comments on commit 25d7314

Please sign in to comment.