OSDN Git Service

Thanos did someting
[bytom/vapor.git] / equity / equity / LockWith2of3Keys
diff --git a/equity/equity/LockWith2of3Keys b/equity/equity/LockWith2of3Keys
deleted file mode 100644 (file)
index 4a3da51..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-contract LockWith3Keys(pubkey1, pubkey2, pubkey3: PublicKey) locks amount of asset {
-  clause unlockWith2Sigs(sig1, sig2: Signature) {
-    verify checkTxMultiSig([pubkey1, pubkey2, pubkey3], [sig1, sig2])
-    unlock amount of asset
-  }
-}
-