diff --git a/src/extensions/policy_escrow/TODO.md b/src/extensions/policy_escrow/TODO.md deleted file mode 100644 index 52d2c1ab6..000000000 --- a/src/extensions/policy_escrow/TODO.md +++ /dev/null @@ -1,15 +0,0 @@ -# Basic escrow extension - -- on deposit, coins can be put into escrow - - timeout will be specified - - target payto-URL - - public key for release - - returns escrow ID == hash of the coins. - -- /extension/escrow endpoint - - post request requires of escrow ID - - signature of the release-key and all coins nedded - - transfere to target-payto-URL. - -- on timeout: - - coins are unblocked