Skip to content

Commit 44f553e

Browse files
committed
update if not mainnet
1 parent 82a0bee commit 44f553e

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

app/services/onboarding/issuer.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -104,10 +104,7 @@ async def onboard_issuer_no_public_did(
104104
network="mainnet",
105105
)
106106
else:
107-
did_create = DIDCreate(
108-
method=did_method,
109-
network="testnet",
110-
)
107+
did_create = DIDCreate(method=did_method)
111108

112109
issuer_did = await acapy_wallet.create_did(issuer_controller, did_create=did_create)
113110

0 commit comments

Comments
 (0)