Skip to content
Snippets Groups Projects
Commit e9b4f39d authored by vjrj's avatar vjrj
Browse files

Not 0 as default pay value

parent d517f5ab
No related branches found
No related tags found
No related merge requests found
......@@ -52,7 +52,6 @@ class PaymentState extends Equatable {
static PaymentState emptyPayment = const PaymentState(
publicKey: '',
nick: '',
amount: 0,
);
@override
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment