iExecBlockchainComputing/PoCo

possibly useless RLC address getter

Closed this issue · 0 comments

given that tokenAddress is already a public prop, why adding this getter function?

function getRLCAddress() public view returns (address rlcAddress)
{
	return tokenAddress;
}