Add option "-splash" so we can disable the splash screen.#893
Closed
dooglus wants to merge 2 commits intobitcoin:masterfrom
Closed
Add option "-splash" so we can disable the splash screen.#893dooglus wants to merge 2 commits intobitcoin:masterfrom
dooglus wants to merge 2 commits intobitcoin:masterfrom
Conversation
suprnurd
pushed a commit
to chaincoin-legacy/chaincoin
that referenced
this pull request
Dec 5, 2017
3249a63 Fix logging - CTransaction::ToString() always has `\n` at the end of a string, avoid adding empty line ec03753 make mnw errors and ThreadCheckDarkSendPool less spammy 5b678af fix errorMessage - it should not have `\n`, let output code handle line endings instead a81cdf7 rename `dash-darksend` thread to `dash-privatesend` 5e4f468 fix/remove outdated code f1c9678 Break tooltip about third party urls in 2 lines
ptschip
added a commit
to ptschip/bitcoin
that referenced
this pull request
Jan 11, 2018
…oin#838) (bitcoin#893) There is no need to append all the addresses for each output to the transaction destination address which is displayed in the ui. This is because each output for a multi-output transaction is already displayed as an individual transactions. Furthermore, concatenating all the output addresses only make it impossible to know for which output this transaction is for without spending the time to open the transaction details and search through the list of outputs to find the one associated with this amount; and again if two outputs had the same amount you would not be able to make the differentiation. This commit reverts to the previous correct behavior when displaying mulit-output transactions.
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Fix #880.
Note that the splash screen is shown before the bitcoin.conf file is read, so putting splash=0 in bitcoin.conf has no effect.
Run with -nosplash or -splash=0 to disable splash screen.