feat(uniswap_v2): encode attribute values with big endian encoding
This commit is contained in:
@@ -104,7 +104,7 @@ fn handle_sync(
|
||||
name: attribute_name,
|
||||
value: reserve_bytes
|
||||
.clone()
|
||||
.to_signed_bytes_le(), //TODO: Unify bytes encoding (either be or le)
|
||||
.to_signed_bytes_be(),
|
||||
change: ChangeType::Update.into(),
|
||||
},
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user