fix rounding problem

This commit is contained in:
adityapk00
2018-11-22 14:36:00 -08:00
parent 1d9efbfcfe
commit 3cd9fb9e29
3 changed files with 12 additions and 11 deletions

View File

@@ -312,7 +312,6 @@ void Turnstile::executeMigrationStep() {
nextStep->status = TurnstileMigrationItemStatus::SentToT;
writeMigrationPlan(plan);
});
} else if (nextStep->status == TurnstileMigrationItemStatus::SentToT) {
// First thing to do is check to see if the funds are confirmed.
// We'll check both the original sprout address and the intermediate t-addr for safety.