Questions tagged [ethereumj]
4 questions
1
vote
1 answer
In which cases a transaction may have 0x00 as the destination address in ethereum?
Looking at decoded transactions in Ethereum for some of the contracts I can see that the destination address is always 0x00.
Are all transactions with destination(to) address 0x00 signify contract deployments? Are there any cases where the…

Sankalp Sharma
- 23
- 4
1
vote
1 answer
How to disable any kind of logging from dependency in maven? [ logback,ethereumJ]
Is there a way to disable all internal logging in this dependency (ethereumj) ?
Currently seems like its still loggin something.
What i did to combat this was exclude logback dependency (Im using maven) :