Skip to content
This repository has been archived by the owner on May 26, 2022. It is now read-only.

ambigeous code block example #697

Open
0xalizk opened this issue May 24, 2020 · 0 comments
Open

ambigeous code block example #697

0xalizk opened this issue May 24, 2020 · 0 comments

Comments

@0xalizk
Copy link

0xalizk commented May 24, 2020

It is not clear what the point being made with this code block the paragraph that follows it:

C0: call(C1); call(C1);
C1: call(C2); call(C2);
C2: call(C3); call(C3);
...
C49: call(C50); call(C50);
C50: (run one step of a program and record the change in storage)

Now, send a transaction to A. Thus, in 51 transactions, we have a contract that takes up 250 computational steps.

what does that mean?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant