mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
Remove redeclaration
This commit is contained in:
parent
b1413fd045
commit
28af03208b
1 changed files with 0 additions and 1 deletions
|
@ -85,7 +85,6 @@ namespace cryptonote
|
|||
uint64_t get_outs_money_amount(const transaction& tx);
|
||||
bool check_inputs_types_supported(const transaction& tx);
|
||||
bool check_outs_valid(const transaction& tx);
|
||||
blobdata get_block_hashing_blob(const block& b);
|
||||
bool parse_amount(uint64_t& amount, const std::string& str_amount);
|
||||
|
||||
bool check_money_overflow(const transaction& tx);
|
||||
|
|
Loading…
Reference in a new issue