clarity-smart-contracts
clarity-smart-contracts copied to clipboard
Animal Kingdom contract can't mint new tokens
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 } })))
Caused by https://github.com/blockstack/stacks-blockchain/issues/1591