mirror of
				https://github.com/Xahau/Validation-Ledger-Tx-Store-to-xPOP.git
				synced 2025-11-04 04:15:48 +00:00 
			
		
		
		
	Just in case
This commit is contained in:
		@@ -115,7 +115,7 @@ const onLedger = async ({
 | 
			
		||||
        /**
 | 
			
		||||
         * Deal with transactions & fire events
 | 
			
		||||
         */
 | 
			
		||||
        waitForLedgerReady(ledger.ledger_index).then(async () => {
 | 
			
		||||
        waitForLedgerReady(ledger.ledger_index)?.then(async () => {
 | 
			
		||||
          if (ledgerData.length > 0) {
 | 
			
		||||
            const [binary, json] = await Promise.all(ledgerData)
 | 
			
		||||
            const sequetiallyMappedLedgerTxEvents = (json?.transactions || []).map(tx => {
 | 
			
		||||
@@ -144,7 +144,6 @@ const onLedger = async ({
 | 
			
		||||
            });
 | 
			
		||||
          }
 | 
			
		||||
        })
 | 
			
		||||
 | 
			
		||||
      }
 | 
			
		||||
    }
 | 
			
		||||
  }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user