fixed output size for transferred value

Signed-off-by: xermicus <cyrill@parity.io>
This commit is contained in:
xermicus
2024-09-13 08:41:23 +02:00
parent ac9215329c
commit 0f2b55f6ff
2 changed files with 4 additions and 7 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ POLKAVM_IMPORT(void, seal_return, uint32_t, uint32_t, uint32_t)
POLKAVM_IMPORT(void, returndatacopy, uint32_t, uint32_t, uint32_t)
POLKAVM_IMPORT(void, value_transferred, uint32_t, uint32_t)
POLKAVM_IMPORT(void, value_transferred, uint32_t)
POLKAVM_IMPORT(uint32_t, set_storage, uint32_t, uint32_t, uint32_t, uint32_t, uint32_t)