take care of some TODOs

This commit is contained in:
Scott Sadler
2018-05-28 21:02:34 -03:00
parent f84a323950
commit 0ffacf04dc
3 changed files with 11 additions and 2 deletions

View File

@@ -248,4 +248,10 @@ TEST_F(TestCoinImport, testMomomCheckFail)
EXPECT_EQ("momom-check-fail", state.GetRejectReason());
}
TEST_F(TestCoinImport, testGetCoinImportValue)
{
ASSERT_EQ(100, GetCoinImportValue(importTx));
}
} /* namespace TestCoinImport */