mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-03-17 21:32:00 +01:00
Compare commits
5 Commits
baed5edeb6
...
3cbc8cbc71
Author | SHA1 | Date | |
---|---|---|---|
|
3cbc8cbc71 | ||
|
dfff8ee02e | ||
|
3b0ec06d62 | ||
|
f1684bb88a | ||
|
9ecff997e1 |
@ -44,21 +44,7 @@ Visit the [Transifex Signup](https://www.transifex.com/signup/) page to create a
|
||||
You can find the Bitcoin translation project at [https://www.transifex.com/bitcoin/bitcoin/](https://www.transifex.com/bitcoin/bitcoin/).
|
||||
|
||||
### Installing the Transifex client command-line tool
|
||||
The client is used to fetch updated translations. If you are having problems, or need more details, see [https://docs.transifex.com/client/installing-the-client](https://docs.transifex.com/client/installing-the-client)
|
||||
|
||||
`pip install transifex-client`
|
||||
|
||||
Setup your Transifex client config as follows. Please *ignore the token field*.
|
||||
|
||||
```ini
|
||||
nano ~/.transifexrc
|
||||
|
||||
[https://www.transifex.com]
|
||||
hostname = https://www.transifex.com
|
||||
password = PASSWORD
|
||||
token =
|
||||
username = USERNAME
|
||||
```
|
||||
The client is used to fetch updated translations. Please check installation instructions and any other details at https://developers.transifex.com/docs/cli.
|
||||
|
||||
The Transifex Bitcoin project config file is included as part of the repo. It can be found at `.tx/config`, however you shouldn’t need to change anything.
|
||||
|
||||
|
@ -748,13 +748,13 @@ RPCHelpMan simulaterawtransaction()
|
||||
static RPCHelpMan migratewallet()
|
||||
{
|
||||
return RPCHelpMan{"migratewallet",
|
||||
"EXPERIMENTAL warning: This call may not work as expected and may be changed in future releases\n"
|
||||
"\nMigrate the wallet to a descriptor wallet.\n"
|
||||
"A new wallet backup will need to be made.\n"
|
||||
"\nThe migration process will create a backup of the wallet before migrating. This backup\n"
|
||||
"file will be named <wallet name>-<timestamp>.legacy.bak and can be found in the directory\n"
|
||||
"for this wallet. In the event of an incorrect migration, the backup can be restored using restorewallet."
|
||||
"\nEncrypted wallets must have the passphrase provided as an argument to this call.",
|
||||
"\nEncrypted wallets must have the passphrase provided as an argument to this call.\n"
|
||||
"\nThis RPC may take a long time to complete. Increasing the RPC client timeout is recommended.",
|
||||
{
|
||||
{"wallet_name", RPCArg::Type::STR, RPCArg::DefaultHint{"the wallet name from the RPC endpoint"}, "The name of the wallet to migrate. If provided both here and in the RPC endpoint, the two must be identical."},
|
||||
{"passphrase", RPCArg::Type::STR, RPCArg::Optional::OMITTED, "The wallet passphrase"},
|
||||
|
Loading…
x
Reference in New Issue
Block a user