klaytn/caver-js

isContractDeployment bug

Closed this issue · 0 comments

Describe the bug
With current condition check, account update transaction will be discriminated contract deploy transaction.
This happen because of 'coverInitialTxValue' funciton.

How to reproduce
Make acocunt update transaction and try to send.

Expected behavior
Account update transaction should be operated without error.

Attachments
If applicable, add data, logs or screenshots to help explain your problem.

Environment (please complete the following information)

  • caver-js v1.0.1-rc.7 (only in 7f6ebe3 commit after v1.0.1-rc.7)
  • macOS/10.14

Additional context
Add any other context about the problem here.