made a little progress on grids demo

i mostly have my head wrapped around the problem a lot more, and need to just
let my brain sit
This commit is contained in:
Peter Harpending
2026-02-25 18:22:26 -08:00
parent 9adbf67ebd
commit 8a9f060b2d
7 changed files with 80 additions and 83 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ async function grids_request(net_id, recipient, amount, payload) {
'amount': amount,
'payload': payload };
let obj_text = JSON.stringify(obj, undefined, 4);
let url = '/grids-spend';
let url = '/grids-mkdd';
let req_options = { method: 'POST',
headers: { 'content-type': 'application/json' },
body: obj_text };