crosslightning-solana
Advanced tools
Comparing version 3.0.18 to 3.0.19
@@ -221,3 +221,3 @@ "use strict"; | ||
}))(); | ||
signatureHandlerPromise[txSignature] = processPromise; | ||
this.signaturesProcessing[txSignature] = processPromise; | ||
yield processPromise; | ||
@@ -224,0 +224,0 @@ } |
{ | ||
"name": "crosslightning-solana", | ||
"version": "3.0.18", | ||
"version": "3.0.19", | ||
"description": "Solana specific base implementation", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
@@ -281,3 +281,3 @@ import {SolanaSwapData} from "../swaps/SolanaSwapData"; | ||
})(); | ||
signatureHandlerPromise[txSignature] = processPromise; | ||
this.signaturesProcessing[txSignature] = processPromise; | ||
await processPromise; | ||
@@ -284,0 +284,0 @@ } |
348676