Fix filteradd in Message.COMMANDS
This commit is contained in:
parent
7166f220a2
commit
925dea7ad4
@ -927,7 +927,7 @@ FilterAdd.prototype.getPayload = function() {
|
||||
return bw.concat();
|
||||
};
|
||||
|
||||
module.exports.FilterAdd = Message.COMMANDS.filterload = FilterAdd;
|
||||
module.exports.FilterAdd = Message.COMMANDS.filteradd = FilterAdd;
|
||||
|
||||
/**
|
||||
* Request peer to apply a bloom filter to 'inv' messages sent back
|
||||
|
||||
Loading…
Reference in New Issue
Block a user