Skip to content

Commit

Permalink
fix: add default initialization of is_platform_transfer flag for Wall…
Browse files Browse the repository at this point in the history
…etTx
  • Loading branch information
knst committed Aug 5, 2024
1 parent 5d608f0 commit 9748a04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interfaces/wallet.h
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ struct WalletTx
int64_t time;
std::map<std::string, std::string> value_map;
bool is_coinbase;
bool is_platform_transfer;
bool is_platform_transfer{false};
bool is_denominate;
};

Expand Down

0 comments on commit 9748a04

Please sign in to comment.