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 6f363ed commit 3cd2115
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 @@ -408,7 +408,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 3cd2115

Please sign in to comment.