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:1947–1953  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1945}
1946
1947static bool test_wallet_payment_status_enum(void)
1948{
1949 CHECK(PAYMENT_PENDING == 0);
1950 CHECK(PAYMENT_COMPLETE == 1);
1951 CHECK(PAYMENT_FAILED == 2);
1952 return true;
1953}
1954
1955int main(int argc, const char *argv[])
1956{

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected