Branislav Stojanovic
Results
2
issues of
Branislav Stojanovic
Here is issue where I explained the problem: https://github.com/15Dkatz/cryptochain/issues/19
I found that validTransactionData method of Blockchain class does not work properly. Precisely I think that this part is problem const trueBalance = Wallet.calculateBalance({ chain: this.chain, address: transaction.input.address }); if...