Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
stinkymonkeyph committed Aug 12, 2024
1 parent 1ea604a commit 06e810e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions blockchain/blockchain.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,7 @@ func (bc *Blockchain) Airdrop(address string) {
}

func (bc *Blockchain) CalculateBalance(address string) int {
log.Println("Fetch wallet transactions")
walletTx := bc.WalletIndex.GetWalletTransactions(address)
log.Println("teeest")
bal := 0

bb, _ := json.Marshal(walletTx)
Expand Down

0 comments on commit 06e810e

Please sign in to comment.