clarity-smart-contracts icon indicating copy to clipboard operation
clarity-smart-contracts copied to clipboard

Animal Kingdom contract can't mint new tokens

Open friedger opened this issue 5 years ago • 1 comments

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 avatar May 16 '20 21:05 friedger

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

friedger avatar May 16 '20 21:05 friedger