We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2e2ceae + 3122781 commit 17ad386Copy full SHA for 17ad386
src/cliAgent.ts
@@ -179,7 +179,7 @@ export async function runRestAgent(restConfig: AriesRestConfig) {
179
180
if (ledgerConfig.indyNamespace.includes('indicio')) {
181
182
- if (ledgerConfig.indyNamespace === 'indicio:testnet') {
+ if (ledgerConfig.indyNamespace === 'indicio:testnet' || ledgerConfig.indyNamespace === 'indicio:mainnet' ) {
183
networkConfig.transactionAuthorAgreement = {
184
version: '1.0',
185
acceptanceMechanism: 'wallet_agreement',
0 commit comments