Skip to content

Commit 5a0b5b7

Browse files
UI: Remove duplicate state signal (thanks @dexX7)
1 parent 958c385 commit 5a0b5b7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/omnicore/pending.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ void PendingAdd(const uint256& txid, const std::string& sendingAddress, const st
9191
// after adding a transaction to pending the available balance may now be reduced, refresh wallet totals
9292
CheckWalletUpdate();
9393
uiInterface.OmniPendingChanged(true);
94-
uiInterface.OmniStateChanged();
9594
} else {
9695
PrintToLog("ERROR - Update tally for pending failed! %s(%s,%s,%s,%d,%u,%ld,%u,%ld,%d,%s)\n", __FUNCTION__, txid.GetHex(),
9796
sendingAddress, refAddress, type, propertyId, amount, propertyIdDesired, amountDesired, action, txDesc);

0 commit comments

Comments
 (0)