Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
Signed-off-by: Atharva Amritkar <[email protected]>
  • Loading branch information
wiredhikari committed Mar 3, 2024
1 parent c924997 commit 3179722
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plenum/server/plugin/did_plugin/transactions.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class DemoTransactions(Transactions):
CREATE_NETWORK_DID = PREFIX + '1'
FETCH_DID = PREFIX + '2'
UPDATE_DID = PREFIX + '3'
UPDATE_NETWORK_DID = PREFIX + '4'
UPDATE_NETWORK_DID = PREFIX + '8'
DEACTIVATE_DID = PREFIX + '5'
OUDID = PREFIX + '6'
SDDID = PREFIX + '7'
SDDID = PREFIX + '7'

0 comments on commit 3179722

Please sign in to comment.