Files
pezkuwi-subxt/substrate/frame/support
Bastian Köcher e254fd59f2 frame-support: Use logging for printing corrupted state (#10612)
`runtime_print!` is printed by default using `debug`, aka not being visible. With `log::error!` it
will be printed directly to the user. Production networks like Polkadot disable logging, but for
them we run special nodes that have logging enabled.
2022-01-08 16:13:54 +00:00
..
2020-08-20 17:04:42 +02:00

Support code for the runtime.

License: Apache-2.0