Browse Source

Merge pull request #15 from MyHush/denio

change 'Sent' to 'send' in transaction tab
pull/18/head
Denio 5 years ago
committed by GitHub
parent
commit
2dc2d27f1d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/controller.cpp

2
src/controller.cpp

@ -409,7 +409,7 @@ void Controller::refreshTransactions() {
}
txdata.push_back(TransactionItem{
"Sent", datetime, address, txid,confirmations, items
"send", datetime, address, txid,confirmations, items
});
} else {
// Incoming Transaction

Loading…
Cancel
Save