Skip to content

Commit

Permalink
Keep latest_coin_id in GUI NFT signature response so it is same as RP…
Browse files Browse the repository at this point in the history
…C response (#2395)
  • Loading branch information
markelrod committed Jun 15, 2024
1 parent 5d64421 commit d372b27
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/gui/src/components/signVerify/SignMessage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ export default function SignMessage(props: SignMessageProps) {
} else {
const content = toSnakeCase({ ...result, message: messageToSign, address });
delete content.success;
delete content.latest_coin_id;

const jsonContent = JSON.stringify(content, null, 2);

Expand Down

0 comments on commit d372b27

Please sign in to comment.