You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Got error when transfer CKB using omni_lock address : Unsupported flag: 18, please check if the script.argsis expected
It only appear at version 0.23.0, I downgrade lumos to resolve it.
version
@ckb-lumos/lumos : 0.23.0
To Reproduce
const txSkeleton = await commons.common.transfer(
_txSkeleton,
[<omni_lock_address>],
to,
BigInt(amount),
)
Expected behavior
Not throwing error
Screenshots
The text was updated successfully, but these errors were encountered:
Describe the bug
Got error when transfer CKB using omni_lock address :
Unsupported flag: 18, please check if the script.argsis expected
It only appear at version 0.23.0, I downgrade lumos to resolve it.
version
@ckb-lumos/lumos : 0.23.0
To Reproduce
Expected behavior
Not throwing error
Screenshots
The text was updated successfully, but these errors were encountered: