File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
not-so-smart-contracts/substrate Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- Subproject commit 37c09c38519ae5ed1835632926fffb00ef05c830
1+ Subproject commit 150b745c2d1263673a8c74aa6c6e7ec8dde8f2c8
Original file line number Diff line number Diff line change @@ -58,6 +58,6 @@ let sender = ensure_signed(origin)?;
5858# References
5959
6060- https://docs.substrate.io/main-docs/build/origins/
61- - https://docs.substrate.io/tutorials/work-with-pallets /specify-the-origin-for-a-call/
61+ - https://docs.substrate.io/tutorials/build-application-logic /specify-the-origin-for-a-call/
6262- https://paritytech.github.io/substrate/master/pallet_sudo/index.html#
6363- https://paritytech.github.io/substrate/master/pallet_democracy/index.html
Original file line number Diff line number Diff line change @@ -49,5 +49,5 @@ Note that the simplest solution would be to sign the offchain submissions so tha
4949- https://docs.substrate.io/main-docs/fundamentals/transaction-types/#unsigned-transactions
5050- https://docs.substrate.io/main-docs/fundamentals/offchain-operations/
5151- https://github.com/paritytech/substrate/blob/polkadot-v0.9.26/frame/examples/offchain-worker/src/lib.rs
52- - https://docs.substrate.io/tutorials/work-with-pallets /add-offchain-workers/
52+ - https://docs.substrate.io/tutorials/build-application-logic /add-offchain-workers/
5353- https://docs.substrate.io/reference/how-to-guides/offchain-workers/offchain-http-requests/
You can’t perform that action at this time.
0 commit comments