parser: fix bip152 typos.
This commit is contained in:
parent
064ba7df9b
commit
31bceddfa5
@ -685,11 +685,11 @@ Parser.parseCmpctBlock = function parseCmpctBlock(p) {
|
|||||||
};
|
};
|
||||||
|
|
||||||
Parser.parseGetBlockTxn = function parseGetBlockTxn(p) {
|
Parser.parseGetBlockTxn = function parseGetBlockTxn(p) {
|
||||||
return bcoin.bip152.BlockTXRequest.fromRaw(p);
|
return bcoin.bip152.TXRequest.fromRaw(p);
|
||||||
};
|
};
|
||||||
|
|
||||||
Parser.parseBlockTxn = function parseBlockTxn(p) {
|
Parser.parseBlockTxn = function parseBlockTxn(p) {
|
||||||
return bcoin.bip152.BlockTX.fromRaw(p);
|
return bcoin.bip152.TXResponse.fromRaw(p);
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user