🐛 Fix unable to claim fund due to db issue

This commit is contained in:
2025-11-17 01:12:00 +08:00
parent 260b3e7bc6
commit 82afdb3922
3 changed files with 16 additions and 10 deletions

View File

@@ -44,7 +44,7 @@ message WalletFund {
string remaining_amount = 10;
FundSplitType split_type = 4;
FundStatus status = 5;
optional string message = 6;
google.protobuf.StringValue message = 6;
string creator_account_id = 7;
google.protobuf.Timestamp expired_at = 8;
repeated WalletFundRecipient recipients = 9;