mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
6 lines
146 B
Plaintext
6 lines
146 B
Plaintext
contract configUser {
|
|
function configAddr() constant returns (address a) {
|
|
return 0xc6d9d2cd449a754c494264e1809c50e34d64562b;
|
|
}
|
|
}
|