Skip to content

Commit

Permalink
add debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ilzheev committed Jan 3, 2025
1 parent e23a8dc commit 09a8826
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -1138,7 +1138,10 @@ func processNewDeposits(a *accumulate.AccumulateClient, e *evm.EVMClient, g *gno

// check if contract hash == mint entry safetxhash
if hexutil.Encode(contractHash) != mintEntry.SafeTxHash {
fmt.Println("[mint] mint entry safe tx hash:", mintEntry.SafeTxHash, "generated safe tx hash:", contractHash)
fmt.Println("[mint] mint entry safe tx hash:", mintEntry.SafeTxHash, "generated safe tx hash:", hexutil.Encode(contractHash))
fmt.Println("[debug] token address:", token.EVMAddress)
fmt.Println("[debug] memo:", cause.Transaction.Header.Memo)
fmt.Println("[debug] amount:", amount)
continue
}

Expand Down

0 comments on commit 09a8826

Please sign in to comment.