Skip to content

Commit

Permalink
feat(su): new protocol ready
Browse files Browse the repository at this point in the history
  • Loading branch information
VinceJuliano committed Dec 15, 2023
1 parent 09c6e59 commit 72908d6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion servers/su/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ struct ProcessId {

#[derive(Deserialize)]
struct ProcessIdRequired {
#[serde(rename = "process-id")]
process_id: String,
}

Expand Down
2 changes: 1 addition & 1 deletion servers/testscripts/src/local/su.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ const { createData, ArweaveSigner } = WarpArBundles;
{ name: 'Test', value: 'test' }
]

const dataItem3 = createData(data3, signer, { tags: tags3, target: processId })
const dataItem3 = createData(data3, signer, { tags: tags3, target: '2sWgl7kzGl1MlBvENlMri2PIWTuwzZ0sx2PpS18fFK4' })
await dataItem3.sign(signer)

const response3 = await fetch(
Expand Down

0 comments on commit 72908d6

Please sign in to comment.