aboutsummaryrefslogtreecommitdiffstats
path: root/std/CoinReg
diff options
context:
space:
mode:
Diffstat (limited to 'std/CoinReg')
-rw-r--r--std/CoinReg6
1 files changed, 0 insertions, 6 deletions
diff --git a/std/CoinReg b/std/CoinReg
deleted file mode 100644
index 58400a98..00000000
--- a/std/CoinReg
+++ /dev/null
@@ -1,6 +0,0 @@
-contract CoinReg{
- function count() constant returns (uint256 r) {}
- function info(uint256 i) constant returns (address addr, bytes3 name, uint256 denom) {}
- function register(bytes3 name, uint256 denom) {}
- function unregister() {}
-}