diff options
Diffstat (limited to 'src/routes.rs')
-rw-r--r-- | src/routes.rs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/routes.rs b/src/routes.rs index 1ab6eff..95138e6 100644 --- a/src/routes.rs +++ b/src/routes.rs | |||
@@ -194,3 +194,7 @@ mod tests { | |||
194 | assert_eq!(res.status(), StatusCode::PAYLOAD_TOO_LARGE); | 194 | assert_eq!(res.status(), StatusCode::PAYLOAD_TOO_LARGE); |
195 | } | 195 | } |
196 | } | 196 | } |
197 | |||
198 | // TODO: POST block test <09-04-21, yigit> // | ||
199 | // TODO: POST block without correct transactions test <09-04-21, yigit> // | ||
200 | // TODO: POST transaction while that source has pending transaction test <09-04-21, yigit> // | ||