Skip to content
This repository has been archived by the owner on Jul 22, 2020. It is now read-only.

Commit

Permalink
fix: minor tweak for tick_height outside entry (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
sunnygleason authored Feb 21, 2019
1 parent b0fcd15 commit 2680ef6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/inbound-stream.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class BridgeFn {
};

if (inMessage.t === 'entry') {
outMessage.h = inMessage.entry.tick_height;
outMessage.h = inMessage.h;
outMessage.s = inMessage.s;
outMessage.l = inMessage.l;
outMessage.id = b58e(inMessage.entry.id);
Expand Down

0 comments on commit 2680ef6

Please sign in to comment.