We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4e2e05 commit 8c134a5Copy full SHA for 8c134a5
src/utils/onchain-allocator.ts
@@ -319,7 +319,7 @@ export const getSignature = async (id: string) => {
319
throw externalError("Could not find withdrawal request");
320
}
321
322
- await getSignatureFromContract(
+ return getSignatureFromContract(
323
withdrawalRequest.chainId,
324
withdrawalRequest.payloadId!,
325
withdrawalRequest.encodedData
0 commit comments