This commit is contained in:
NikVolf
2017-04-25 12:08:25 +03:00
parent a6dd9cb894
commit 411e9e9c64
2 changed files with 21 additions and 32 deletions
+1 -1
View File
@@ -133,7 +133,7 @@ pub fn call(descriptor: *mut u8) {
// This initializes safe wrapper for contract input and output
let mut ctx = CallArgs::from_raw(descriptor);
// Copies all input to the contract in the separate buffer
// Copies all contract input data to the separate buffer
let data = ctx.context().to_vec();
// Appends all input to the storage (as it is a logger contract)