I am currently following this tutorial: https://medium.com/@mvmurthy/full-stack-hello-world-voting-ethereum-dapp-tutorial-part-2-30b3d335aa1f
The way I deployed the contract was by using truffle migrate command which presumably automatically pushes it to the newtwork from a certain account which I should have created earlier using web3 library, specifically web3.personal.newAccount('some_password').
Considerring I have created multiple accounts, which one owns the contract i.e. what account gets ether taken from? (is it the latest I have created)