1
0
Fork 0
forked from lthn/blockchain

hidden amounts in wallet: added return value to process_input_t()

This commit is contained in:
cryptozoidberg 2022-06-28 22:29:52 +02:00
parent 75e05e2d2e
commit c2d0167c8a
No known key found for this signature in database
GPG key ID: 22DEB97A54C6FDEC

View file

@ -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