diff options
| author | Riccardo Spagni <ric@spagni.net> | 2018-10-07 18:57:26 +0200 |
|---|---|---|
| committer | Riccardo Spagni <ric@spagni.net> | 2018-10-07 18:57:26 +0200 |
| commit | 757704f0c7e97fffd5676e0666b06fa4dac42b08 (patch) | |
| tree | d09ea9f9af1090514607736b63f1b13315c33a63 /src/gen_multisig/gen_multisig.cpp | |
| parent | e67cb38e5aa7374a83203ad888dbe5225d670b11 (diff) | |
| parent | 977df6315fa9aab63c4f3155e565c93aa49e5463 (diff) | |
| download | monzero-core-757704f0c7e97fffd5676e0666b06fa4dac42b08.tar.gz monzero-core-757704f0c7e97fffd5676e0666b06fa4dac42b08.tar.xz monzero-core-757704f0c7e97fffd5676e0666b06fa4dac42b08.zip | |
Merge pull request #4505
977df631 Fix some calls to the translation function (Guillaume LE VAILLANT)
Diffstat (limited to 'src/gen_multisig/gen_multisig.cpp')
| -rw-r--r-- | src/gen_multisig/gen_multisig.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gen_multisig/gen_multisig.cpp b/src/gen_multisig/gen_multisig.cpp index 69be70e1b..b69ca52ff 100644 --- a/src/gen_multisig/gen_multisig.cpp +++ b/src/gen_multisig/gen_multisig.cpp @@ -104,7 +104,7 @@ static bool generate_multisig(uint32_t threshold, uint32_t total, const std::str wallets[n]->decrypt_keys(pwd_container->password()); if (!tools::wallet2::verify_multisig_info(wallets[n]->get_multisig_info(), sk[n], pk[n])) { - tools::fail_msg_writer() << tr("Failed to verify multisig info"); + tools::fail_msg_writer() << genms::tr("Failed to verify multisig info"); return false; } wallets[n]->encrypt_keys(pwd_container->password()); |
