Skip to content

Commit

Permalink
fix(channel force progress): add missed binary prefixes
Browse files Browse the repository at this point in the history
  • Loading branch information
davidyuk committed Jan 24, 2022
1 parent aaad8e3 commit 78660d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tx/builder/schema.js
Original file line number Diff line number Diff line change
Expand Up @@ -752,8 +752,8 @@ const CHANNEL_FORCE_PROGRESS_TX = [
TX_FIELD('fromId', FIELD_TYPES.id, 'ak'),
TX_FIELD('payload', FIELD_TYPES.binary, 'tx'),
TX_FIELD('round', FIELD_TYPES.int),
TX_FIELD('update', FIELD_TYPES.binary),
TX_FIELD('stateHash', FIELD_TYPES.binary),
TX_FIELD('update', FIELD_TYPES.binary, 'cb'),
TX_FIELD('stateHash', FIELD_TYPES.binary, 'st'),
TX_FIELD('offChainTrees', FIELD_TYPES.stateTree),
TX_FIELD('ttl', FIELD_TYPES.int),
TX_FIELD('fee', FIELD_TYPES.int),
Expand Down

0 comments on commit 78660d2

Please sign in to comment.