issues
search
utxostack
/
rgbpp-sdk
Utilities for Bitcoin and RGB++ asset integration
ISC License
53
stars
18
forks
source link
feat(rgbpp-sdk/ckb): Limit ckb tx inputs length
#121
Closed
duanyytop
closed
7 months ago
duanyytop
commented
7 months ago
Main Changes
Update the maximum size of the witness to 5000bytes
Limit the number of CKB tx inputs to a maximum of 10 to ensure that the CKB transaction cycles are not exceeded
Main Changes