Skip to content

Commit

Permalink
block processing improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
creed-victor committed Dec 15, 2020
1 parent d004335 commit 985d37c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/app/containers/WalletProvider/saga.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,6 @@ function* processBlock({ block, address }) {
const localTransactions = transactionStack.map(e => e.toLowerCase());
const user = address.toLowerCase();

console.log('block', block.number, address);

if (!block) {
console.log('no block?');
return;
Expand Down

1 comment on commit 985d37c

@vercel
Copy link

@vercel vercel bot commented on 985d37c Dec 15, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.