parent
							
								
									06f60df4cf
								
							
						
					
					
						commit
						4dfabaf165
					
				@ -155,7 +155,7 @@ class RedisCache {
 | 
				
			|||||||
    const toAdd = this.cacheQueue.slice(0, this.txFlushLimit);
 | 
					    const toAdd = this.cacheQueue.slice(0, this.txFlushLimit);
 | 
				
			||||||
    try {
 | 
					    try {
 | 
				
			||||||
      const msetData = toAdd.map(tx => {
 | 
					      const msetData = toAdd.map(tx => {
 | 
				
			||||||
        const minified: any = { ...tx };
 | 
					        const minified: any = structuredClone(tx);
 | 
				
			||||||
        delete minified.hex;
 | 
					        delete minified.hex;
 | 
				
			||||||
        for (const vin of minified.vin) {
 | 
					        for (const vin of minified.vin) {
 | 
				
			||||||
          delete vin.inner_redeemscript_asm;
 | 
					          delete vin.inner_redeemscript_asm;
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user