abhijeetdas565 / blox.xyz

0 stars 0 forks source link

Money Transfer #1

Open nmondal opened 11 months ago

nmondal commented 11 months ago

The idea was almost working out till this happened.. https://github.com/abhijeetdas565/blox.xyz/blob/main/assignment#L290 Any idea where you are going wrong?

abhijeetdas565 commented 11 months ago

sender.withdraw(amount), is a method call that invokes the withdraw method on the sender bank account

nmondal commented 11 months ago

@abhijeetdas565 look at the specific line number. Anything can go wrong?