set up transaction finalization function

Commented functions are expected names.
This commit is contained in:
buzzcode2007 2024-02-27 19:24:21 +08:00
parent 4cf91267c3
commit 74ea1167ed

View file

@ -250,4 +250,14 @@ public class transact {
// Return the state.
return(true);
};
public static void finalise() {
/* Finalize the transaction. */
// TODO Replace this section with the ability to initialize receiving payment in the backend.
// payment.begin();
// receipt.finalise();
}
}