This commit is contained in:
2024-03-22 10:15:53 +00:00
parent 805a92537c
commit eca22fed94

View File

@ -114,6 +114,7 @@ public class UserService
Amount = (ulong)pr.MinimumAmount.MilliSatoshi / 1000, Amount = (ulong)pr.MinimumAmount.MilliSatoshi / 1000,
}); });
await _db.SaveChangesAsync();
await tx.CommitAsync(); await tx.CommitAsync();
} }