From ad6e806e522a5476ad43f25acc18d0ee62d55505 Mon Sep 17 00:00:00 2001 From: Thunnini Date: Wed, 21 Dec 2022 01:19:49 +0900 Subject: [PATCH] Add logging before simulating --- pages/verification/index.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pages/verification/index.tsx b/pages/verification/index.tsx index 0b4d6aa..8f9bda7 100644 --- a/pages/verification/index.tsx +++ b/pages/verification/index.tsx @@ -416,6 +416,8 @@ export default function VerificationPage() { rest: REST_URL, }; + console.log(aminoMsgs); + const simulated = await simulateMsgs( chainInfo, walletKey.bech32Address,