I try to use web3j to unlock the account and it returns the error 'account unlock with HTTP access is forbidden' the same in Geth ... docker-compose up -d docker exec -it bootstrap geth --datadir=~/.ethereum/devchain attach what's wrong?
I try to use web3j to unlock the account and it returns the error
'account unlock with HTTP access is forbidden'
the same in Geth ...
docker-compose up -d
docker exec -it bootstrap geth --datadir=~/.ethereum/devchain attach
what's wrong?