Errors/Chain errors

BlockDurationTooLong

Check the argument values against the operation schema

View as Markdown

The requested end block is more than MaximumBlockDuration blocks after the current block. Compare end minus the current block number against the MaximumBlockDuration pallet constant when calling create or update_end.

Declared by the Crowdloan pallet; it classifies to the semantic code invalid_argument.

Remediation

Check the argument values against the operation schema

The same explanation is available in the terminal: btcli explain BlockDurationTooLong.