diff --git a/wallet/core/base_transaction.cpp b/wallet/core/base_transaction.cpp index 0dd905ee7..44a3d4cf5 100644 --- a/wallet/core/base_transaction.cpp +++ b/wallet/core/base_transaction.cpp @@ -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; }