forked from lthn/blockchain
hidden amounts in wallet: added return value to process_input_t()
This commit is contained in:
parent
75e05e2d2e
commit
c2d0167c8a
1 changed files with 1 additions and 0 deletions
|
|
@ -1278,6 +1278,7 @@ namespace tools
|
|||
ptc.mtd.spent_indices.push_back(ptc.i);
|
||||
remove_transfer_from_expiration_list(tr_index);
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
template<typename idle_condition_cb_t> //do refresh as external callback
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue