Skip to content

[#652] Add dummy value for getAlias in MorleyOnlyRpcM

Andri Demydenko requested to merge worm2fed/fix-tx-submission into master

Description

Problem: Recently (at #875 (closed)) some functionality was presented. The problem is that there are a bug. getAlias is called at tx submission function for logging purposes, so an exception will be raised if someone try to send transaction. This situation contradicts the main goal of #875 (closed).

Solution: Return dummy value in getAlias.

Related issue(s)

Related to #652

Checklist for your Merge Request

Related changes (conditional)

  • Tests (see short guidelines)

    • If I added new functionality, I added tests covering it.
    • If I fixed a bug, I added a regression test to prevent the bug from silently reappearing again.
  • Documentation

    • I checked whether I should update the docs and did so if necessary:
    • I updated changelog files of all affected packages released to Hackage if my changes are externally visible.

Stylistic guide (mandatory)

Edited by Pinto Pasquale

Merge request reports