mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-26 11:35:10 +00:00
fixed errors for chaincode-javascript
Signed-off-by: fraVlaca <ocsenarf@outlook.com>
This commit is contained in:
parent
21cbf777a2
commit
b68d42cc2f
1 changed files with 3 additions and 3 deletions
|
|
@ -8,8 +8,8 @@
|
|||
|
||||
|
||||
//Deterministic JSON.stringify()
|
||||
const stringify = require('json-stringify-deterministic')
|
||||
const sortKeysRecursive = require('sort-keys-recursive')
|
||||
const stringify = require('json-stringify-deterministic');
|
||||
const sortKeysRecursive = require('sort-keys-recursive');
|
||||
const { Contract } = require('fabric-contract-api');
|
||||
|
||||
class AssetTransfer extends Contract {
|
||||
|
|
|
|||
Loading…
Reference in a new issue