nervosnetwork / capsule

Capsule is an out-of-box development framework for creating smart contract on Nervos' CKB.
MIT License
60 stars 34 forks source link

chore: remove cell deps related code in rust template #117

Closed quake closed 1 year ago

quake commented 1 year ago

Context#complete_tx fn will setup cell deps automatically.

jjyr commented 1 year ago

Some cell deps are loaded by scripts, such as secp256k1_data cell dep. These cell deps can't be resolved by the complete_tx function.