Skip to content

Commit

Permalink
Merge pull request #328 from terra-money/chore/remove-log
Browse files Browse the repository at this point in the history
chore: remove log
  • Loading branch information
Vritra4 authored Aug 8, 2022
2 parents d15f9fb + d7d0f51 commit f6e9873
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/util/contract.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ export function getContractAddress(
eventName = 'wasm';
attributeKey = '_contract_address';
}
console.log(txResult.logs[msgIndex].eventsByType['wasm']);
const contractAddress =
txResult.logs[msgIndex].eventsByType[eventName][attributeKey][0];
return contractAddress;
Expand Down

0 comments on commit f6e9873

Please sign in to comment.