Skip to content

Commit

Permalink
Still debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaptic committed Nov 14, 2024
1 parent f6687e3 commit ecb8e38
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/rpc/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1115,7 +1115,9 @@ export class RpcServer {

console.log(val, val.contractData(), val.contractData().val());

const entry = scValToNative(val.contractData().val());
return val.contractData().val();

const entry = scValToNative();

// Since we are requesting a SAC's contract data, we know for a fact that
// it should follow the expected structure format. Thus, we can presume
Expand Down

0 comments on commit ecb8e38

Please sign in to comment.