Skip to content

Commit

Permalink
Update txdata files
Browse files Browse the repository at this point in the history
Signed-off-by: James Wallis <[email protected]>
  • Loading branch information
james-wallis committed Jan 14, 2021
1 parent 2a3894f commit daa1005
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"001"
],
"transientData": {
"PrivateValue": "some value"
"privateValue": "some value"
}
},
{
Expand All @@ -32,7 +32,7 @@
"001"
],
"transientData": {
"PrivateValue": "some other value"
"privateValue": "some other value"
}
},
{
Expand All @@ -47,6 +47,7 @@
"transactionName": "Verify<%= assetPascalCase %>",
"transactionLabel": "A test Verify<%= assetPascalCase %> transaction",
"arguments":[
"Org1MSP",
"001",
{
"privateValue": "some other value"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
"transactionName": "verify<%= assetPascalCase %>",
"transactionLabel": "A test verify<%= assetPascalCase %> transaction",
"arguments":[
"Org1MSP",
"001",
{
"privateValue": "some other value"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
"transactionName": "verify<%= assetPascalCase %>",
"transactionLabel": "A test verify<%= assetPascalCase %> transaction",
"arguments":[
"Org1MSP",
"001",
{
"privateValue": "some other value"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
"transactionName": "verify<%= assetPascalCase %>",
"transactionLabel": "A test verify<%= assetPascalCase %> transaction",
"arguments":[
"Org1MSP",
"001",
{
"privateValue": "some other value"
Expand Down

0 comments on commit daa1005

Please sign in to comment.