forked from m21/mastercore
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
RPC: rename "subaction" to "action" in DEx RPC tx objects
- Loading branch information
1 parent
183aa28
commit 803e488
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
803e488
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great! :) Thanks. I'm going to adopt this for the RPC tests in the next days.
Currently mostly the logic is tested (i.e. correct balances etc.), but not so much the actual fields, and it would probably good to test that, too, for example to notice, if some fields were changed by accident or similar.