simplewallet: tweaks to churn #162

Merged
wowario merged 1 commits from auto_churn into dev-v0.5 5 years ago
wowario commented 5 years ago (Migrated from github.com)
Owner
There is no content yet.
fuwa0529 commented 5 years ago (Migrated from github.com)
Owner

Great, I'll work on a patch to suppress the warning in sweep_all when the recipient is oneself.

Don't expect it, C++ n00b here.

Great, I'll work on a patch to suppress the warning in `sweep_all` when the recipient is oneself. Don't expect it, C++ n00b here.
fuwa0529 (Migrated from github.com) reviewed 5 years ago
fuwa0529 (Migrated from github.com) commented 5 years ago
Owner

The default is false? Why it seems to me the logic or the naming of this var is inverted.

The default is false? Why it seems to me the logic or the naming of this var is inverted.
fuwa0529 commented 5 years ago (Migrated from github.com)
Owner

Enhancement PR in #163

Enhancement PR in #163
wowario (Migrated from github.com) reviewed 5 years ago
wowario (Migrated from github.com) commented 5 years ago
Owner

I've reversed the logic

I've reversed the logic
fuwa0529 (Migrated from github.com) reviewed 5 years ago
fuwa0529 (Migrated from github.com) commented 5 years ago
Owner

Now that the conditional is fixed, the default probably should be false.

Now that the conditional is fixed, the default probably should be false.
fuwa0529 (Migrated from github.com) reviewed 5 years ago
success_msg_writer(true) << tr("Transaction successfully submitted, transaction ") << txid << ENDL
<< tr("You can check its status by using the `show_transfers` command.");
} else {
m_wallet->commit_tx(ptx);
fuwa0529 (Migrated from github.com) commented 5 years ago
Owner

Here, float will mask the var in the outside scope, which is probably not wanted.

Here, float will mask the var in the outside scope, which is probably not wanted.
The pull request has been merged as 46441d7c23.
Sign in to join this conversation.
No reviewers
No Milestone
No Assignees
1 Participants
Notifications
Due Date

No due date set.

Dependencies

No dependencies set.

Reference: wownero/wownero#162
Loading…
There is no content yet.