]> zoso.dev Git - libnemo.git/commitdiff
update readme
authorMiro Metsänheimo <miro@metsanheimo.fi>
Fri, 18 Oct 2019 19:49:52 +0000 (22:49 +0300)
committerMiro Metsänheimo <miro@metsanheimo.fi>
Fri, 18 Oct 2019 19:49:52 +0000 (22:49 +0300)
README.md

index 9d072d06b6f856889093a852b6eca957cb7431ff..084a62bdbeb4723924b8ad0ee829d4602a2eda1b 100644 (file)
--- a/README.md
+++ b/README.md
@@ -93,7 +93,7 @@ const data = {
 }
 
 // Returns a correctly formatted and signed block ready to be sent to the blockchain
-const signedBlock = block.sign(data, privateKey)
+const signedBlock = block.receive(data, privateKey)
 ```
 
 Signing a send block
@@ -125,7 +125,7 @@ const data = {
 }
 
 // Returns a correctly formatted and signed block ready to be sent to the blockchain
-const signedBlock = block.sign(data, privateKey)
+const signedBlock = block.send(data, privateKey)
 ```
 
 Signing a change representative block
@@ -151,7 +151,7 @@ const data = {
 }
 
 // Returns a correctly formatted and signed block ready to be sent to the blockchain
-const signedBlock = block.sign(data, privateKey)
+const signedBlock = block.representative(data, privateKey)
 ```
 
 Converting units