質問編集履歴
1
End If文の挿入
test
CHANGED
File without changes
|
test
CHANGED
@@ -182,7 +182,7 @@
|
|
182
182
|
|
183
183
|
isValid = False
|
184
184
|
|
185
|
-
|
185
|
+
End If
|
186
186
|
|
187
187
|
|
188
188
|
|
@@ -190,6 +190,8 @@
|
|
190
190
|
|
191
191
|
isValid = False
|
192
192
|
|
193
|
+
End IF
|
194
|
+
|
193
195
|
If (transaction.CryptCurrency <= 0) Then
|
194
196
|
|
195
197
|
isValid = False
|