Reorder asset chain params for better readability#30
Merged
himu007 merged 1 commit intoGLEECBTC:devfrom May 4, 2018
Merged
Conversation
|
Thank you @ca333. I don't have write access to the repo. |
himu007
approved these changes
May 4, 2018
himu007
left a comment
There was a problem hiding this comment.
Thanks @ca333. Approving and merging this commit. I was secretly hoping for this as well. Thanks @lukechilds for this commit. Now, it will be easier to identify the assets in htop.
ca333
pushed a commit
that referenced
this pull request
Mar 2, 2019
merge blackjok3r branch and FSM fixes into master
ca333
pushed a commit
that referenced
this pull request
Aug 16, 2019
- Remove adding txfee inputs for gateways claim - FULLNODE and SUPERLITE macros - Filter SetCCtxids with txid from oprert - Fix for nServices of fullnode - Use SetCCtxids_nSPV for some more CCs - Fix addnormalinputs and add checking if utxo spent in mempool
ca333
pushed a commit
that referenced
this pull request
Aug 16, 2019
CC fixes for nSPV and others (#30)
jmjatlanta
pushed a commit
to jmjatlanta/komodo
that referenced
this pull request
Jan 7, 2022
fix tkltest hf height var
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
If you have a load of assets running and you want to quickly view which are being mined or which are eating up CPU with
htoporpsit's currently pretty awakward because the pubkey pushes the params out of view.This PR puts
-ac_nameand-genfirst so you can quickly see from terminal output which asset chains are which and which one's are being mined.