-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The startup parameter --save-internaltx
does not take effect
#6217
Comments
Can you please provide a snippet of the
|
Is there something wrong with my configuration here? I just commented out that part of the configuration all together. |
OK, got it. It seems that the
In the above code, |
@yanghang8612 Is it reasonable? Traditionally, which has higher priority, configuration file or command line? |
@abn2357 I think command line parameters passed in by the user should have a higher priority than configuration files. What do you think? |
what if there is a conflict between configuration and command line parameters? |
@yanghang8612 I share the same viewpoint as you, hence the aforementioned question. |
@Sunny6889 Based on the existing code, the actual settings of the parameters will be as in the configuration file. |
Software Versions
Expected behaviour
When I turn on the switch for internal transaction logging by adding the
--save-internaltx
parameter to the startup parameters, the internal transactions that occur in the transaction are never available through the fullnode http interface.Here is the test contract I deployed
Here are the results of the transaction_info I queried
Actual behaviour
I should be able to query an internal transaction.
Frequency
Always
Steps to reproduce the behaviour
java -jar FullNode.jar -c config.conf --witness --save-internaltx
/wallet/gettransactioninfobyid
interface.Backtrace
None
The text was updated successfully, but these errors were encountered: