QuantumMechanics / NEM-sdk

NEM Developer Kit for Node.js and the browser
MIT License
137 stars 82 forks source link

Error in manual #30

Closed alexeybobovsky closed 6 years ago

alexeybobovsky commented 6 years ago

Hi I found an error in manual for NEM-sdk in this section In the function call multisigAccount is missing in argument list:

// Create the Apostille
var apostille = nem.model.apostille.create(common, "Test.txt", fileContent, "Test Apostille", nem.model.apostille.hashing["SHA256"], false, true, nem.model.network.data.testnet.id);

But in example script file code is correct.

QuantumMechanics commented 6 years ago

Fixed in https://github.com/QuantumMechanics/NEM-sdk/commit/5610ee6af0ce8654a135e67c75dcf17eed838025