Skip to content

Commit

Permalink
BIP 0133 feefilter message
Browse files Browse the repository at this point in the history
  • Loading branch information
atticoos committed Dec 11, 2017
1 parent af90d52 commit af05abf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/messages.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,11 @@ function createStructs (overrideTypes) {
{ name: 'userAgent', type: struct.VarString(varint, 'ascii') },
{ name: 'startHeight', type: struct.Int32LE },
{ name: 'relay', type: types.boolean }
]),

// BIP 0133
feefilter: struct([
{name: 'feerate', type: types.buffer8}
])
})
}
Expand Down

0 comments on commit af05abf

Please sign in to comment.