friedger / clarity-smart-contracts

Collection of Smart Contract for Stacks Blockchain in Clarity
MIT License
82 stars 34 forks source link

Animal Kingdom contract can't mint new tokens #4

Open friedger opened 4 years ago

friedger commented 4 years ago

Calling mint-next throws the following error:

Transaction execution error: 
Unchecked(TypeValueError(ListType(ListTypeData { max_len: 10, entry_type: UIntType }), List(ListData { data: [UInt(1)], type_signature: ListTypeData { max_len: 11, entry_type: UIntType } })))
friedger commented 4 years ago

Caused by https://github.com/blockstack/stacks-blockchain/issues/1591