Skip to content

Commit

Permalink
fix(verifier): fix verifier-config.json
Browse files Browse the repository at this point in the history
Signed-off-by: Takuma TAKEUCHI <takeuchi.takuma@fujitsu.com>
  • Loading branch information
takeutak committed Mar 26, 2021
1 parent df3b266 commit 7864c30
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/config/verifier-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
"validatorURL": "http://localhost:5053/api/v1/plugins/@hyperledger/cactus-plugin-ledger-connector-besu/",
"validatorKeyPath": "",
"ledgerInfo": {
"ledgerAbstract": "ACN Cactus Besu Ledger"
"ledgerAbstract": "Cactus Besu Ledger via http connection"
},
"apiInfo": []
},
Expand All @@ -104,7 +104,7 @@
"validatorURL": "http://localhost:5053/api/v1/plugins/@hyperledger/cactus-plugin-ledger-connector-fabric/",
"validatorKeyPath": "",
"ledgerInfo": {
"ledgerAbstract": "ACN Cactus Fabric Ledger"
"ledgerAbstract": "Cactus Fabric Ledger via http connection"
},
"apiInfo": []
},
Expand All @@ -113,7 +113,7 @@
"host": "http://localhost:5053/api/v1/plugins/@hyperledger/cactus-plugin-ledger-connector-quorum/",
"validatorKeyPath": "",
"ledgerInfo": {
"ledgerAbstract": "ACN Cactus Quorum Ledger"
"ledgerAbstract": "Cactus Quorum Ledger via http connection"
},
"apiInfo": []
}
Expand Down

0 comments on commit 7864c30

Please sign in to comment.