diff options
author | Özgür Kesim <oec-taler@kesim.org> | 2022-10-06 21:09:33 +0200 |
---|---|---|
committer | Özgür Kesim <oec-taler@kesim.org> | 2022-10-06 21:09:33 +0200 |
commit | cf21ee2647817692bb23444f7ccad24a04c6b69e (patch) | |
tree | 5cf2ed7d3e4881049ac75bce52c106719a9c1745 | |
parent | 1f6c8d0c33e054723115333d94d634a16ddaa7c2 (diff) |
-rm todo.md
-rw-r--r-- | src/extensions/policy_escrow/TODO.md | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/src/extensions/policy_escrow/TODO.md b/src/extensions/policy_escrow/TODO.md deleted file mode 100644 index 52d2c1ab..00000000 --- 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 |