From b7d782e5e5404689103ec270a22fa4b44fec810b Mon Sep 17 00:00:00 2001 From: Craig Everett Date: Tue, 12 Nov 2024 18:48:37 +0900 Subject: [PATCH] Works, minimally, is viable, but will be smoother within a day. --- src/gmc_grids.erl | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/gmc_grids.erl b/src/gmc_grids.erl index cd4463f..e654850 100644 --- a/src/gmc_grids.erl +++ b/src/gmc_grids.erl @@ -34,13 +34,6 @@ %%% "http", omitting the "/1/d" path component and then recnstructing the URL. %%% This provides a lightweight method for services to enable contract calls from %%% wallets that are not capable of compiling contract source. -%%% "v": Verify -%%% Similar to the contract call signature request above, this requests a message -%%% signature over arbitrary data. The normal use case for this action is public -%%% key based identity verification by signing time-stamped, random data. This verb -%%% is required because message signature requests are specially salted to prevent -%%% a situation where sneaky types might request signature of contract call data, -%%% but present it as a random message signature. %%% @end -module(gmc_grids).