Skip to content

Commit

Permalink
Update move/abi/sources/abi.move
Browse files Browse the repository at this point in the history
Co-authored-by: Milap Sheth <[email protected]>
  • Loading branch information
Foivos and milapsheth authored Dec 12, 2024
1 parent 9c1c5c8 commit bd24971
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion move/abi/sources/abi.move
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ public fun new_reader(bytes: vector<u8>): AbiReader {
}

public fun new_writer(length: u64): AbiWriter {
let mut bytes = vector[];

(BYTES_IN_U256 * length).do!(|_| bytes.push_back(0));

Expand Down

0 comments on commit bd24971

Please sign in to comment.