From 6c8799f118e3f4eec444a7087c29f8e506e7aa75 Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Mon, 5 May 2014 00:17:55 +0200 Subject: Rename #sth -> #sth_signed and make it private. --- test/plop_test.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/plop_test.erl b/test/plop_test.erl index cbbc85c..cf5a9a7 100644 --- a/test/plop_test.erl +++ b/test/plop_test.erl @@ -63,7 +63,7 @@ add(1, Pubkey) -> %% ?assertEqual(fixme, fixme). sth(0, Pubkey) -> - STH = plop:sth(#sth{}), + STH = plop:sth(), %%io:format(element(2, file:open("testdata", write)), "~p", [STH]), <