From 560f5dcf1ecd34b63147be58182e764ba32cad24 Mon Sep 17 00:00:00 2001 From: Dmitri Zagidulin Date: Sat, 16 Feb 2019 13:49:07 -0500 Subject: [PATCH] Remove mention of Equihash proof in README. Fixes #21. --- README.md | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/README.md b/README.md index ed07c5c..34310ad 100644 --- a/README.md +++ b/README.md @@ -105,17 +105,3 @@ use the invocation proof to authorize the operation. Returns an operation object with an attached ocap-ld invocation proof, ready to be submitted to the Veres One ledger. - -### Attach an Equihash proof of work to an operation - -Attach an Equihash proof of work to an operation. Once the operation is -submitted to Veres One, the ledger nodes will be able to use the proof to -authorize the operation. - -* options - a set of options used when attaching the proof of work - * operation - the operation to attach the proof to. - * mode - the mode/environment to generate the proof in. - Options: 'dev', 'test', 'live' (default: 'dev'). - -Returns an operation object with an attached Equihash proof of work, ready to -be submitted to the Veres One ledger.