Skip to content

Commit

Permalink
Wallet: fixed completed tx goes into fail after rollback
Browse files Browse the repository at this point in the history
  • Loading branch information
valdok authored and anatolse committed Dec 5, 2023
1 parent 5d2d454 commit dcccd85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wallet/core/base_transaction.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ namespace beam::wallet
{
SetParameter(TxParameterID::Status, TxStatus::Registering);
SetParameter(TxParameterID::KernelProofHeight, Zero);
SetParameter(TxParameterID::KernelUnconfirmedHeight, height);
SetParameter(TxParameterID::KernelUnconfirmedHeight, Zero);
SetParameter(TxParameterID::TransactionRegistered, Zero);
return true;
}
Expand Down

0 comments on commit dcccd85

Please sign in to comment.