forked from cerc-io/cosmos-explorer
remove console
This commit is contained in:
parent
68cfb5e553
commit
df31f53b46
@ -114,7 +114,6 @@ function loadAccount(address: string) {
|
||||
|
||||
const receivedQuery = `?&pagination.reverse=true&events=coin_received.receiver='${address}'&pagination.limit=5`;
|
||||
blockchain.rpc.getTxs(receivedQuery, {}).then((x) => {
|
||||
console.log(x);
|
||||
recentReceived.value = x.tx_responses;
|
||||
});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user