Add logging before simulating

This commit is contained in:
Thunnini 2022-12-21 01:19:49 +09:00
parent 553f34c398
commit ad6e806e52

View File

@ -416,6 +416,8 @@ export default function VerificationPage() {
rest: REST_URL, rest: REST_URL,
}; };
console.log(aminoMsgs);
const simulated = await simulateMsgs( const simulated = await simulateMsgs(
chainInfo, chainInfo,
walletKey.bech32Address, walletKey.bech32Address,