mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 09:41:36 +00:00
Fixed error in name
This commit is contained in:
parent
e8c0c436c9
commit
810108ee73
@ -567,8 +567,8 @@ contract SomeOracle {
|
||||
}
|
||||
}
|
||||
|
||||
// Now, your client contract can addSubscriber by importing SampleOracleCallback
|
||||
// and registering with Sample Oracle
|
||||
// Now, your client contract can addSubscriber by importing SomeOracleCallback
|
||||
// and registering with Some Oracle
|
||||
|
||||
// F. State machines
|
||||
// see example below for State enum and inState modifier
|
||||
|
Loading…
Reference in New Issue
Block a user