Skip to content

Commit

Permalink
MaxBlockHeightInput.hintText changed from 5000 to 16000 to reflect re…
Browse files Browse the repository at this point in the history
…cent changes
  • Loading branch information
yakuhito committed Aug 16, 2021
1 parent f789bac commit 2b099b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/models/inputs/max_block_height.dart
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const ALPHABET = "0123456789";

class MaxBlockHeightInput extends FormzInput<String, String> {
static const String labelText = "Max Block Height";
static const String hintText = "5000";
static const String hintText = "16000";

const MaxBlockHeightInput.pure() : super.pure("");
const MaxBlockHeightInput.dirty({String value = ""}) : super.dirty(value);
Expand Down

0 comments on commit 2b099b2

Please sign in to comment.