## Orleans Bank Account/Transaction sample - The sample code does not update the (override the old) grain state. - As a result, the balance of all accounts remains 1000 even though they are transacting. https://github.com/dotnet/samples/blob/main/orleans/BankAccount/AccountTransfer.Grains/AccountGrain.cs --- #### Issue metadata * Issue type: sample-update