mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-20 13:37:28 +02:00
Merge 5055d07edf into merged_master (Bitcoin PR bitcoin-core/gui#685)
This commit is contained in:
commit
733bd6924e
1 changed files with 2 additions and 2 deletions
|
|
@ -79,12 +79,12 @@ public:
|
|||
static const int RecommendedNumConfirmations = 2;
|
||||
|
||||
TransactionRecord():
|
||||
hash(), time(0), type(Other), address(""), amount(0), idx(0)
|
||||
hash(), time(0), type(Other), amount(0), idx(0)
|
||||
{
|
||||
}
|
||||
|
||||
TransactionRecord(uint256 _hash, qint64 _time):
|
||||
hash(_hash), time(_time), type(Other), address(""), amount(0),
|
||||
hash(_hash), time(_time), type(Other), amount(0),
|
||||
idx(0)
|
||||
{
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue