File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -450,7 +450,7 @@ export interface BlockHeader {
450450 logsBloom : string ;
451451 transactionRoot : string ;
452452 stateRoot : string ;
453- receiptRoot : string ;
453+ receiptsRoot : string ;
454454 miner : string ;
455455 extraData : string ;
456456 gasLimit : number ;
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ import numberToBN from 'https://jspm.dev/number-to-bn';
2626import utf8 from 'https://jspm.dev/utf8' ;
2727import ethereumjsUtil from 'https://jspm.dev/ethereumjs-util' ;
2828import ethereumBloomFilters from 'https://jspm.dev/ethereum-bloom-filters' ;
29-
29+ import { Buffer } from 'https://jspm.dev/npm:@jspm/core@2/nodelibs/buffer' ;
3030/**
3131 * Returns true if object is BN, otherwise false
3232 *
You can’t perform that action at this time.
0 commit comments