aboutsummaryrefslogtreecommitdiffstats
path: root/tests/route_tests.rs
diff options
context:
space:
mode:
authorYigit Sever2021-04-14 03:21:07 +0300
committerYigit Sever2021-04-14 03:21:07 +0300
commita78c2f1b50d5c15e58d4c0a42ab5ba727b98b5dd (patch)
tree8654de6140a48f92f0219ec146304d0084189419 /tests/route_tests.rs
parentb8e5ff927915171f2b892fa84468f5c78111097b (diff)
downloadgradecoin-a78c2f1b50d5c15e58d4c0a42ab5ba727b98b5dd.tar.gz
gradecoin-a78c2f1b50d5c15e58d4c0a42ab5ba727b98b5dd.tar.bz2
gradecoin-a78c2f1b50d5c15e58d4c0a42ab5ba727b98b5dd.zip
Fix post transaction test
Diffstat (limited to 'tests/route_tests.rs')
-rw-r--r--tests/route_tests.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/route_tests.rs b/tests/route_tests.rs
index d88b0da..7c0651f 100644
--- a/tests/route_tests.rs
+++ b/tests/route_tests.rs
@@ -23,7 +23,7 @@ GHwdFxy1niLkXwtHNjV7lnIOkTbx6+sSPamRfQAlZqUWM2Lf5o+7h3qWP3ENB138
23sQIDAQAB 23sQIDAQAB
24-----END PUBLIC KEY-----" 24-----END PUBLIC KEY-----"
25 .to_owned(), 25 .to_owned(),
26 balance: 0, 26 balance: 30,
27 }, 27 },
28 ); 28 );
29 29