Add logs for FinalCashFlow creation in Withdrawal (#58)

This commit is contained in:
ndiezel0 2023-04-24 21:29:05 +03:00 committed by GitHub
parent 729611ff5d
commit d86edc9a4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1093,6 +1093,8 @@ make_final_cash_flow(DomainRevision, Withdrawal) ->
{provider, settlement} => ProviderAccount
}),
{ok, FinalCashFlow} = ff_cash_flow:finalize(CashFlowPlan, Accounts, Constants),
logger:log("Created FinalCashFlow: ~p", [FinalCashFlow]),
FinalCashFlow.
-spec compute_fees(route(), party_varset(), domain_revision()) ->