From 6f4dd461f02240abffad3f0486832c7be2015e32 Mon Sep 17 00:00:00 2001 From: Kevin Peters Date: Tue, 13 Dec 2022 22:19:09 +0000 Subject: [PATCH] clients/js: postVaaSolana remove retry limit --- clients/js/solana.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/clients/js/solana.ts b/clients/js/solana.ts index 8a9223636..1412cda3c 100644 --- a/clients/js/solana.ts +++ b/clients/js/solana.ts @@ -172,7 +172,6 @@ export async function execute_solana( bridgeId, from.publicKey, vaa, - 5 ); // Then do the actual thing