Uploaded image for project: 'Indy Node'
  1. Indy Node
  2. INDY-1548

read_ledger tool is not able to read the sovrin plugin ledger

    XMLWordPrintable

Details

    • Bug
    • Status: Complete
    • High
    • Resolution: Done
    • None
    • 1.6.73
    • None
    • None
    • Unset
    • EV 18.16 Releasing 1.6

    Description

      The read_ledger tool is unable to find the sovrin payment plugin ledgers

      The fix is to add the following to read_ledger where the accepted --type is located

          elif type_ == 'token':
              storage_name = config.tokenTransactionsFile
          elif type_ == 'sovtoken':
              storage_name = config.sovtokenTransactionsFile
      

      You then need to add the following into the indy_config.py on the node in /etc/indy

      tokenTransactionsFile = "token_transactions"
      sovtokenTransactionsFile = "sovtoken_transactions"
      

      Attachments

        Activity

          People

            zhigunenko.dsr NIkita Zhigunenko
            krw910 Kelly Wilson
            Alexander Shcherbakov, Artem Obruchnikov, Kelly Wilson, Mike Bailey, NIkita Zhigunenko
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: