Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
James-Mart committed Dec 5, 2024
1 parent 0c8766c commit 4ac34e7
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions services/system/AuthSig/test/src/AuthSig-test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -86,23 +86,6 @@ size_t getNrNfts(DefaultTestChain& chain, AccountNumber user)
return response_root.data.userNfts.edges.size();
}

// Checksum256 calc_txid(DefaultTestChain& chain, uint32_t id, std::vector<Action> actions)
// {
// // auto query =
// // GraphQLBody{"query GetStagedTx { getStagedTx(id: " + std::to_string(id) + ") { id, proposeBlock, txid } }"};

// auto query = GraphQLBody{
// "query GetAllStaged { getAllStaged { edges { node { id, txid, proposeBlock, "
// "proposer } } } }"};

// auto res = chain.post(StagedTxService::service, "/graphql", query);
// auto body = std::string(res.body.begin(), res.body.end());
// psibase::writeConsole(body);
// psibase::writeConsole("\n");

// return {};
// }

// Tx can be staged on behalf of an account using auth-sig
// Tx is executed once the staged tx sender accepts it
// Tx is deleted without execution once tx sender rejects it
Expand Down

0 comments on commit 4ac34e7

Please sign in to comment.