Add amountSats to expense items

closes #248
This commit is contained in:
2025-01-20 15:31:19 -05:00
parent 68968e1fbd
commit f4634fe692
3 changed files with 9 additions and 5 deletions

View File

@@ -39,7 +39,7 @@ async function main() {
contractWrapper.contract[method];
try {
// console.log('trying', func);
// console.log('trying', contractName, method, args);
const result = await func.apply(contractWrapper, args);
// console.log('result:', result);
await result.wait();