🐛 Fix unable to claim fund due to db issue
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user