mirror of
https://github.com/FlipsideCrypto/fsc-utils.git
synced 2026-02-06 10:56:49 +00:00
remove comments
This commit is contained in:
parent
a91069c976
commit
1036b6833a
@ -303,8 +303,6 @@
|
||||
RUNTIME_VERSION = '3.10'
|
||||
PACKAGES = ('eth-abi')
|
||||
HANDLER = 'encode_call'
|
||||
COMMENT = |
|
||||
{{ fsc_utils.udf_encode_contract_call_comment() }}
|
||||
sql: |
|
||||
{{ fsc_utils.create_udf_encode_contract_call() | indent(4) }}
|
||||
|
||||
@ -368,8 +366,6 @@
|
||||
NULL
|
||||
LANGUAGE SQL
|
||||
STRICT IMMUTABLE
|
||||
COMMENT = |
|
||||
{{ fsc_utils.udf_create_eth_call_from_abi_comment() }}
|
||||
sql: |
|
||||
{{ schema }}.udf_create_eth_call(
|
||||
contract_address,
|
||||
@ -387,8 +383,6 @@
|
||||
NULL
|
||||
LANGUAGE SQL
|
||||
STRICT IMMUTABLE
|
||||
COMMENT = |
|
||||
{{ fsc_utils.udf_create_eth_call_from_abi_comment() }}
|
||||
sql: |
|
||||
{{ schema }}.udf_create_eth_call(
|
||||
contract_address,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user