mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-19 21:11:35 +02:00
Fixed error in name
This commit is contained in:
@@ -567,8 +567,8 @@ contract SomeOracle {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Now, your client contract can addSubscriber by importing SampleOracleCallback
|
// Now, your client contract can addSubscriber by importing SomeOracleCallback
|
||||||
// and registering with Sample Oracle
|
// and registering with Some Oracle
|
||||||
|
|
||||||
// F. State machines
|
// F. State machines
|
||||||
// see example below for State enum and inState modifier
|
// see example below for State enum and inState modifier
|
||||||
|
|||||||
Reference in New Issue
Block a user