MCPcopy Create free account
hub / github.com/ElementsProject/lightning / test_wallet_payment_status_enum

Function test_wallet_payment_status_enum

wallet/test/run-wallet.c:1902–1908  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1900}
1901
1902static bool test_wallet_payment_status_enum(void)
1903{
1904 CHECK(PAYMENT_PENDING == 0);
1905 CHECK(PAYMENT_COMPLETE == 1);
1906 CHECK(PAYMENT_FAILED == 2);
1907 return true;
1908}
1909
1910int main(int argc, const char *argv[])
1911{

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected