mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-25 19:15:10 +00:00
lint fix
Signed-off-by: sapthasurendran <saptha.surendran@ibm.com>
This commit is contained in:
parent
49f9683517
commit
2090a88157
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ const chaincodeName = 'secured';
|
||||||
|
|
||||||
//Use a random key so that we can run multiple times
|
//Use a random key so that we can run multiple times
|
||||||
const now = Date.now();
|
const now = Date.now();
|
||||||
const assetKey= `asset${now}`;
|
const assetKey = `asset${now}`;
|
||||||
|
|
||||||
//Generate random bytes using crypto
|
//Generate random bytes using crypto
|
||||||
const randomBytes = crpto.randomBytes(256).toString('hex')
|
const randomBytes = crpto.randomBytes(256).toString('hex')
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue